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.0.zip package contains the following files and folders.

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

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

Follow the steps below to successfully update.

Replace files

  1. Upload the update-from-v2.2.1.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.

  4. Clear cache browser and laramagz.

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

Login to Dashboard

After overwriting the update file and deleting the cache, you have to log in to the dashboard so you can make some adjustments to the database.