Update Guide

Safe Update Instructions

Recommended buyer workflow for future product updates.

Back

Before Updating

  1. Backup files.
  2. Backup database.
  3. Check current version.
  4. Upload changed files only when possible.
  5. Run migrations.
  6. Clear cache.
php artisan optimize:clear
php artisan migrate --force
php artisan config:cache
php artisan route:cache
php artisan view:cache