Update instructions for Simple Forum
Update Guide
Please backup your files & database before starting to update.
You can update the settings to auto update (from version 1.0.0). If you have any issue with auto update that might be due to execution time limit. Please open the folder in the command line terminal and run
php artisan app:update --c --now
Manual Update Guide
If there are dependencies change or the big update size then we might not release the auto update. You will need to update manually.
- Please backup
.envfile - Please backup
database - Upload the latest files & folders
- Run the migration command as following
# cd /path/to/uploaded/folder/
php artisan migrate --force
If you have any question or require further information, the contact details are mention here.