# Upgrade Guide
Before starting upgrade we recommenced to backup your files and export your current database.
NOTE : If you are non-technical person then please use dist.zip to replace files and if you are technical person then use src.zip
# Upgrade to latest version
# Upgrading from v1.1.0 to v1.1.1
# For Technical Users:
- Download
v1.1.1 - Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Run
composer installto update composer dependencies - And Run
php artisan db:seed --class=AddFieldSubscriptionPlanFeaturesTableSeederto make new build - And Run
npm installto make new build - And at last Run
npm run devto make new build - Replace
v1.1.1files into your existing versionv1.1.0 - That's it!, you are ready to go with new version
v1.1.1
# For Non Technical Users:
- Download
v1.1.1 - Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v1.1.1files/directories into your existing versionv1.1.0 - NOW PLEASE CALL THIS URL ONCE
YOUR APPURL/upgrade-to-v1-1-1to update your database - That's it!, you are ready to go with new version
v1.1.1
# Upgrading from v1.0.0 to v1.1.0
# For Technical Users:
- Download
v1.1.0 - Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v1.1.0files into your existing versionv1.0.0 - That's it!, you are ready to go with new version
v1.1.0
# For Non Technical Users:
- Download
v1.1.0 - Backup your current version files and DB
- If you have manually changed any files then please take a backup of them. After replacing files, you can again get that portion of code into some particular files.
- Replace
v1.1.0files/directories into your existing versionv1.0.0 - That's it!, you are ready to go with new version
v1.1.0
As its version v1.1.0, there is no upgrade guide provided.