Getting Started

Server Requirements

  • PHP >= 8.1

  • MySQL 5.6+ or MariaDB 10.0+

  • BCMath PHP Extension

  • Ctype PHP Extension

  • cURL PHP Extension

  • Filter PHP Extension

  • Hash PHP Extension

  • DOM PHP Extension

  • Fileinfo PHP extension

  • JSON PHP Extension

  • Mbstring PHP Extension

  • OpenSSL PHP Extension

  • PCRE PHP Extension

  • PDO PHP Extension

  • Session PHP Extension

  • Tokenizer PHP Extension

  • XML PHP Extension

  • Imagick PHP Extension

  • GD PHP Extension

Laramagz package directory

The laramagz-v2.3.1.zip package contains the following files and folders.

📒 laramagz-v2.3.1
    📂 app
        📄 app-v2.3.1.zip
    📂 database
        📄 dblaramagz-v2.3.1.sql
    📂 documentation
        📄 documentation.html
    📂 update
        📂 2.3.0 to 2.3.1
           📄 update-from-v2.3.0.zip
    📄 CHANGELOG.txt

Update Guide (from v2.3.0 to v2.3.1)

Follow the steps below to successfully update.

Replace files

  1. Upload the update-from-v2.3.0.zip file in your hosting’s File Manager.

  2. Extract the package.

  3. Copy all files and folders and replace them into the laramagz directory.

Database

Go to posts table. In the default section of the post_source column change the default value from As Define: to NULL.

Clear cache

Manually delete all cache in the following folders (except .gitignore file if present):

  1. laramagz/storage/framework/views.

  2. laramagz/storage/framework/cache/data.

  3. laramagz/storage/framework/sessions.

  4. laramagz/bootstrap/cache.

Clearing cache with artisan command:

php artisan optimize:clear