Update Guide
Back
Safe Update Instructions
Recommended buyer workflow for future product updates.
Before Updating
- Backup files.
- Backup database.
- Check current version.
- Upload changed files only when possible.
- Run migrations.
- Clear cache.
php artisan optimize:clear php artisan migrate --force php artisan config:cache php artisan route:cache php artisan view:cache