How to upgrade?
Describes how to upgrade the system
Upgrade
First replace all the codes from previous version to new version (ex: v1_0 to v1_1) except .env file
You may want to copy the necessary files like profile picture from previous "public\uploads" directory to new "public\uploads"
Change from APP_DEBUG=false to APP_DEBUG=true in .env file
Add or change from old version to new version (ex: APP_VERSION=1.0 to APP_VERSION=1.1) in .env file (project zip file name is the new version number)
Go to the url "{your_host}/process/upgrade" ( you will show a message 'Database upgrade has been finished' )
Change from APP_DEBUG=true to APP_DEBUG=false in .env file
Last updated