How To Upgrade?
Upgrade From v1.0 to v1.1
First replace all the codes from 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 APP_VERSION=1.0 to APP_VERSION=1.1 in .env file
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
Was this helpful?