How To Upgrade?

Upgrade From v1.0 to v1.1

  1. First replace all the codes from v1_0 to v1_1 except .env file

  2. You may want to copy the necessary files like profile picture from previous "public\uploads" directory to new "public\uploads"

  3. Change from APP_DEBUG=false to APP_DEBUG=true in .env file

  4. Add or change from APP_VERSION=1.0 to APP_VERSION=1.1 in .env file

  5. Go to the url "{your_host}/process/upgrade" ( you will show a message 'Database upgrade has been finished' )

  6. Change from APP_DEBUG=true to APP_DEBUG=false in .env file

Make a copy of your database and code before upgrading

Last updated

Was this helpful?