Upgrade Guide
Before starting upgrade we recommend to back up your all files and export your current database. so in case if anything goes wrong, you can restore the previous version
- Backup your current code into new folder.Following things must need to backup :File - .env
- Folder - Any new languages that you added in resources/lang/ or lang
- Folder - public/uploads/
- Backup & Export your database via phpMyAdmin
- Delete all your existing code (Before this make sure you performed the step 1)
- Upload the latest dist.zip to the server root directory & Extract the zip
- Put old .env file back from your backup
- Copy lang folder back to the root directory again from your backup folder
- Copy resources/lang folder back from your backup folder
- Copy public/uploads folder back from your backup folder
- Edit .env and change UPGRADE_MODE=true
- Run a database upgrade script https://{YOUR_URL}/upgrade/database
- Edit .env and change UPGRADE_MODE=false
- Verify that latest version is visible in footer
Check everything is working fine.