# 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
# Prerequisite
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 whole folder
- Backup & Export your database via phpymadmin
# Backup Sensitive Files and Folders
Backup the following folders and files.
- File -
.env - Folder - Any new languages that you added in -
resources/lang/ - Folder -
public/uploads/
# Replace the latest code
- Delete all your existing code (you can also rename the current folder or move all content to some other folder, if possible)
- Upload the latest
dist.zipto the server - Extract the zip
- Put old
.envfile back - Put
resources/lang/andpublic/uploadsfolder back (or you can merge) - Edit
.envand changeUPGRADE_MODE=true - Run a database upgrade script
https://{YOUR_URL}/upgrade/database - Edit
.envand changeUPGRADE_MODE=false - Verify that latest version is visible in footer
# Post Upgrade Steps
- Add newly added languages keys (if you have added a new languages)
- Apply/Replace any custom changes that you made to the code.
# Old Upgrade guide
# Upgrading from v11.0.0 to v11.1.0
# For Technical Users:
- Download
v11.1.0 - Backup you 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
v11.1.0files into your existing versionv11.0.0 - Run
composer installto update composer dependencies - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v11.1.0
# For Non Technical Users:
- Download
v11.1.0 - Backup you 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
v11.1.0files/directories into your existing versionv11.0.0 - That's it!, you are ready to go with new version
v11.1.0
# Upgrading from v10.1.0 to v11.0.0
# For Technical Users:
- Download
v11.0.0 - Backup you 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
v11.0.0files into your existing versionv10.1.0 - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v11.0.0
# For Non Technical Users:
- Download
v11.0.0 - Backup you 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
v11.0.0files/directories into your existing versionv10.1.0 - That's it!, you are ready to go with new version
v11.0.0
# Upgrading from v10.0.0 to v10.1.0
# For Technical Users:
- Download
v10.1.0 - Backup you 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
v10.1.0files into your existing versionv10.0.0 - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v10.1.0
# For Non Technical Users:
- Download
v10.1.0 - Backup you 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
v10.1.0files/directories into your existing versionv10.1.0 - Now please call this url once
YOUR_APP_URL/upgrade-to-v10.1.0 - That's it!, you are ready to go with new version
v10.1.0
# Upgrading from v9.5.0 to v10.0.0
# For Technical Users:
- Download
v10.0.0 - Backup you 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
v10.0.0files into your existing versionv9.5.0 - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v10.0.0
# For Non Technical Users:
- Download
v10.0.0 - Backup you 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
v10.0.0files/directories into your existing versionv9.5.0 - Now please call this url once
YOUR_APP_URL/upgrade-to-v10.0.0 - That's it!, you are ready to go with new version
v10.0.0
# Upgrading from v9.4.1 to v9.5.0
# For Technical Users:
- Download
v9.5.0 - Backup you 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
v9.5.0files into your existing versionv9.4.1 - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v9.5.0
# For Non Technical Users:
- Download
v9.5.0 - Backup you 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
v9.5.0files/directories into your existing versionv9.4.1 - Now please call this url once
YOUR_APP_URL/upgrade-to-v9-5-0 - That's it!, you are ready to go with new version
v9.5.0
# Upgrading from v9.4.0 to v9.4.1
# For Technical Users:
- Download
v9.4.1 - Backup you 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
v9.4.1files into your existing versionv9.4.0 - Run
composer installto update composer dependencies - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v9.4.1
# For Non Technical Users:
- Download
v9.4.1 - Backup you 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
v9.4.1files/directories into your existing versionv9.4.0 - That's it!, you are ready to go with new version
v9.4.1
# Upgrading from v9.3.0 to v9.4.0
# For Technical Users:
- Download
v9.4.0 - Backup you 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
v9.4.0files into your existing versionv9.3.0 - Run
composer installto update composer dependencies - Run
npm install - And at last Run
npm run devto make new build - Set
NOCAPTCHA_SECRET&NOCAPTCHA_SITEKEYat .env file. [Here] is link to generate and get the keys of google captcha. - That's it!, you are ready to go with new version
v9.4.0
# For Non Technical Users:
- Download
v9.4.0 - Backup you 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
v9.4.0files/directories into your existing versionv9.3.0 - Set
NOCAPTCHA_SECRET&NOCAPTCHA_SITEKEYat .env file. [Here] is link to generate and get the keys of google captcha. - That's it!, you are ready to go with new version
v9.4.0
# Upgrading from v9.2.0 to v9.3.0
# For Technical Users:
- Download
v9.3.0 - Backup you 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
v9.3.0files into your existing versionv9.2.0 - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v9.3.0
# For Non Technical Users:
- Download
v9.3.0 - Backup you 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
v9.3.0files/directories into your existing versionv9.2.0 - That's it!, you are ready to go with new version
v9.3.0
# Upgrading from v9.1.0 to v9.2.0
# For Technical Users:
- Download
v9.2.0 - Backup you 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
v9.2.0files into your existing versionv9.1.0 - Run
php artisan migrateto run migrations - Run
php artisan db:seed --class="FrontSettingHomeTableSeeder" - Run
php artisan db:seed --class="FrontServiceSeeder" - Run
php artisan db:seed --class="AddDoctorFrontSettingTableSeeder" - Run
php artisan db:seed --class="AddSocialSettingTableSeeder" - Run
php artisan db:seed --class="AddHomePageBoxContentSeeder" - Run
php artisan db:seed --class="AddAppointmentFrontSettingTableSeeder" - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v9.2.0
# For Non Technical Users:
- Download
v9.2.0 - Backup you 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
v9.2.0files/directories into your existing versionv9.1.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in the latest version go to
app/database/releases/v9.2.0/you can findv9.2.0.sql - Select that sql file and import it.
- Open your
- Now please call this url once
YOUR_APP_URL/upgrade-to-v9-2-0 - That's it!, you are ready to go with new version
v9.2.0
# Upgrading from v9.0.1 to v9.1.0
# For Technical Users:
- Download
v9.1.0 - Backup you 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
v9.1.0files into your existing versionv9.0.1 - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v9.1.0
# For Non Technical Users:
- Download
v9.1.0 - Backup you 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
v9.1.0files/directories into your existing versionv9.0.1 - That's it!, you are ready to go with new version
v9.1.0
# Upgrading from v9.0.0 to v9.0.1
# For Technical / Non-Technical Users:
- Download
v9.0.1 - Backup you 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
v9.0.1files into your existing versionv9.0.0 - That's it!, you are ready to go with new version
v9.0.1
# Upgrading from v8.1.0 to v9.0.0
# For Technical / Non-Technical Users:
- Download
v9.0.0 - Backup you 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
v9.0.0files into your existing versionv8.1.0 - That's it!, you are ready to go with new version
v8.1.0
# Upgrading from v8.0.0 to v8.1.0
# For Technical Users:
- Download
v8.1.0 - Backup you 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
v8.1.0files into your existing versionv8.0.0 - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v8.1.0
# For Non Technical Users:
- Download
v8.1.0 - Backup you 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
v8.1.0files/directories into your existing versionv8.0.0 - Now please call this url once
YOUR_APP_URL/upgrade-to-v8-1-0 - That's it!, you are ready to go with new version
v8.1.0
# Upgrading from v7.0.0 to v8.0.0
# For Technical Users:
- Download
v8.0.0 - Backup you 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
v8.0.0files into your existing versionv7.0.0 - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v8.0.0
# For Non Technical Users:
- Download
v8.0.0 - Backup you 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
v8.0.0files/directories into your existing versionv7.0.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in the latest version go to
app/database/releases/v8.0.0/you can findv8.0.0.sql - Select that sql file and import it.
- Open your
- Now please call this url once
YOUR_APP_URL/upgrade-to-v8-0-0 - That's it!, you are ready to go with new version
v8.0.0
# Upgrading from v6.0.0 to v7.0.0
# For Technical Users:
- Download
v7.0.0 - Backup you 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
v7.0.0files into your existing versionv6.0.0 - You have to update your
.envby the following key.COOKIE_CONSENT_ENABLED= - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
php artisan db:seed --class="FrontSettingTableSeeder" - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v7.0.0
# For Non Technical Users:
- Download
v7.0.0 - Backup you 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
v7.0.0files/directories into your existing versionv6.0.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in the latest version go to
app/database/releases/v7.0.0/you can findv7.0.0.sql - Select that sql file and import it.
- Open your
- Now please call this url once
YOUR_APP_URL/upgrade-to-v7-0-0 - You have to update your
.envby the following key.COOKIE_CONSENT_ENABLED= - That's it!, you are ready to go with new version
v7.0.0
# Upgrading from v5.0.0 to v6.0.0
# For Technical Users:
- Download
v6.0.0 - Backup you 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
v6.0.0files into your existing versionv5.1.0 - Run
composer installto update composer dependencies - Run
php artisan db:seed --class="AddVaccinationModuleTableSeeder"to update composer dependencies - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v6.0.0
# For Non Technical Users:
- Download
v6.0.0 - Backup you 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
v6.0.0files/directories into your existing versionv5.1.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in the latest version go to
app/database/releases/v6.0.0/you can findv6.0.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v6.0.0
# Upgrading from v4.0.1 to v5.0.0
# For Technical Users:
- Download
v5.0.0 - Backup you 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
v5.0.0files into your existing versionv4.0.1 - Run
composer installto update composer dependencies - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v5.0.0
# For Non Technical Users:
- Download
v5.0.0 - Backup you 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
v5.0.0files/directories into your existing versionv4.0.1 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in the latest version go to
app/database/releases/v5.0.0/you can findv5.0.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v5.0.0
# Upgrading from v4-0-0 to v4.0.1
# For Technical Users:
- Download
v4.0.1 - Backup you 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
v4.0.1files into your existing versionv4.0.0 - Run
composer installto update composer dependencies - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v4.0.1
# For Non Technical Users:
- Download
v4.0.1 - Backup you 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
v4.0.1files/directories into your existing versionv4.0.0 - That's it!, you are ready to go with new version
v4.0.1
# Upgrading from v3.4.1 to v4.0.0
# For Technical Users:
- Download
v4.0.0 - Backup you 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
v4.0.0files into your existing versionv3.4.1 - Run
php artisan migrateto run migrations - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v4.0.0
# For Non Technical Users:
- Download
v4.0.0 - Backup you 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
v4.0.0files/directories into your existing versionv3.4.1 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in the latest version go to
app/database/releases/v4.0.0/you can findv4.0.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v4.0.0
# Upgrading from v3.4.0 to v3.4.1
# For Technical Users:
- Download
v3.4.1 - Backup you 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
v3.4.1files into your existing versionv3.4.0 - That's it!, you are ready to go with new version
v3.4.1
# For Non Technical Users:
- Download
v3.4.1 - Backup you 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
v3.4.1files/directories into your existing versionv3.4.0 - That's it!, you are ready to go with new version
v3.4.1
# Upgrading from v3.3.0 to v3.4.0
# For Technical Users:
- Download
v3.4.0 - Backup you 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
v3.4.0files into your existing versionv3.3.0 - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
php artisan db:seed --class=DefaultModuleSeeder - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v3.4.0
# For Non Technical Users:
- Download
v3.4.0 - Backup you 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
v3.4.0files/directories into your existing versionv3.3.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in the latest version go to
app/database/releases/v3.4.0/you can findv3.4.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v3.4.0
# Upgrading from v3.2.0 to v3.3.0
# For Technical Users:
- Download
v3.3.0 - Backup you 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
v3.3.0files into your existing versionv3.2.0 - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
php artisan db:seed --class=DefaultModuleSeeder - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v3.3.0
# For Non Technical Users:
- Download
v3.3.0 - Backup you 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
v3.3.0files/directories into your existing versionv3.2.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in the latest version go to
app/database/releases/v3.3.0/you can findv3.3.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v3.3.0
# Upgrading from v3.1.0 to v3.2.0
# For Technical Users:
- Download
v3.2.0 - Backup you 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
v3.2.0files into your existing versionv3.1.0 - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v3.2.0
# For Non Technical Users:
- Download
v3.2.0 - Backup you 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
v3.2.0files/directories into your existing versionv3.1.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v3.2.0/you can findv3.2.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v3.2.0
# Upgrading from v3.0.0 to v3.1.0
# For Technical Users:
- Download
v3.1.0 - Backup you 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
v3.1.0files into your existing versionv3.0.0 - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v3.1.0
# For Non Technical Users:
- Download
v3.01.0 - Backup you 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
v3.1.0files/directories into your existing versionv3.0.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v3.1.0/you can findv3.1.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v3.1.0
# Upgrading from v2.0.0 to v3.0.0
# For Technical Users:
- Download
v3.0.0 - Backup you 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
v3.0.0files into your existing versionv2.0.0 - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v3.0.0
# For Non Technical Users:
- Download
v3.0.0 - Backup you 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
v3.0.0files/directories into your existing versionv2.0.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v3.0.0/you can findv3.0.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v3.0.0
# Upgrading from v1.6.0 to v2.0.0
# For Technical Users:
- Download
v2.0.0 - Backup you 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
v2.0.0files into your existing versionv1.6.0 - Run
composer installto update composer dependencies - Run
php artisan migrateto run migrations - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v2.0.0
# For Non Technical Users:
- Download
v2.0.0 - Backup you 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
v2.0.0files/directories into your existing versionv1.6.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v2.0.0/you can findv2.0.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v2.0.0
# Upgrading from v1.5.1 to v1.6.0
# For Technical Users:
- Download
v1.6.0 - Backup you 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.6.0files into your existing versionv1.5.1 - Run
composer installto update composer dependencies - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v1.6.0
# For Non Technical Users:
- Download
v1.6.0 - Backup you 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.6.0files/directories into your existing versionv1.5.1 - That's it!, you are ready to go with new version
v1.6.0
# Upgrading from v1.5.0 to v1.5.1
# For Technical Users:
- Download
v1.5.1 - Backup you 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.5.1files into your existing versionv1.5.0 - Run
php artisan migrate - Run
composer installto update composer dependencies - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v1.5.1
# For Non Technical Users:
- Download `v1.5.1
- Backup you 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.5.1files/directories into your existing versionv1.5.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v1.5.1/you can findv1.5.1.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v1.5.1
# Upgrading from v1.4.0 to v1.5.0
# For Technical Users:
- Download
v1.5.0 - Backup you 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.5.0files into your existing versionv1.4.0 - Run
php artisan migrate - Run
composer installto update composer dependencies - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v1.5.0
# For Non Technical Users:
- Download
v1.5.0 - Backup you 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.5.0files/directories into your existing versionv1.4.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v1.5.0/you can findv1.5.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v1.5.0
# Upgrading from v1.3.1 to v1.4.0
# For Technical Users:
- Download
v1.4.0 - Backup you 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.4.0files into your existing versionv1.3.1 - Run
php artisan migrate - Run
composer installto update composer dependencies - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v1.4.0
# For Non Technical Users:
- Download
v1.4.0 - Backup you 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.4.0files/directories into your existing versionv1.3.1 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v1.4.0/you can findv1.4.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v1.4.0
# Upgrading from v1.3.0 to v1.3.1
# For Technical Users:
- Download
v1.3.1 - Backup you 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.3.1files into your existing versionv1.3.0 - Run
php artisan migrate - Run
composer installto update composer dependencies - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v1.3.1
# For Non Technical Users:
- Download
v1.3.1 - Backup you 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.3.1files/directories into your existing versionv1.3.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v1.3.1/you can findv1.3.1.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v1.3.1
# Upgrading from v1.2.0 to v1.3.0
# For Technical Users:
- Download
v1.3.0 - Backup you 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.3.0files into your existing versionv1.2.0 - Run
npm install - And at last Run
npm run devto make new build - Run
php artisan migrate - That's it!, you are ready to go with new version
v1.3.0
# For Non Technical Users:
- Download
v1.3.0 - Backup you 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.3.0files/directories into your existing versionv1.2.0 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v1.3.0/you can findv1.3.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v1.3.0
# Upgrading from v1.1.1 to v1.2.0
# For Technical Users:
- Download
v1.2.0 - Backup you 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.2.0files into your existing versionv1.1.1 - Run
npm install - And at last Run
npm run devto make new build - Run
php artisan db:seed --class=AddLabTechnicianPermissionSeeder - That's it!, you are ready to go with new version
v1.2.0
# For Non Technical Users:
- Download
v1.2.0 - Backup you 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.2.0files/directories into your existing versionv1.1.1 - That's it!, you are ready to go with new version
v1.2.0
# Upgrading from v1.1.0 to v1.1.1
# For Technical Users:
- Download
v1.1.1 - Backup you 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 into your existing versionv1.1.0 - Run
composer install - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v1.1.1
# For Non Technical Users:
- Download
v1.1.1 - Backup you 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 - 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 you 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 - Run
composer install - Run
php artisan migrate - Run
npm install - And at last Run
npm run devto make new build - That's it!, you are ready to go with new version
v1.1.0
# For Non Technical Users:
- Download
v1.1.0 - Backup you 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 - Update database :
- Open your
phpMyAdmin - Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v1.1.0/you can findv1.1.0.sql - Select that sql file and import it.
- Open your
- That's it!, you are ready to go with new version
v1.1.0