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.

  1. Please backup .env file
  2. Please backup database
  3. Upload the latest files & folders
  4. 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.