InfyChat Upgrade Guide
Before starting upgrade we recommend to backup your files and export your current database.
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.zip
to the server - Extract the zip
- Put old
.env
file back - Put
resources/lang/
andpublic/uploads
folder back (or you can merge) - Edit
.env
and changeUPGRADE_MODE=true
- Run a database upgrade script
https://{YOUR_URL}/upgrade/database
- Edit
.env
and changeUPGRADE_MODE=false
- Verify that latest version is visible in footer
Check everything is working fine.
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.
Hope your upgrade went well and working fine. If you are facing any problem with the upgrade, feel to contact our support at https://infyomlabs.authordesk.app
Old 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
Pre-Upgrade Steps
Steps required before you get started with upgrade.
- Backup your current version files and Database
- If you have manually changed any of the files then take a backup of them. After replacing files of newer version, you will need to replace them again and make possible changes.
General Guide for all the versions
This is a general guide which applies to all the upgrade from any version to any version. Along with this guide, check the list below if any specific steps are given for version upgrade then you need to follow those additional steps.
For Technical Users:
- Download the newer version
- Replace all the files of older version with newer version
- Run
composer install
- Run
php artisan migrate
- Run
npm install
- Run
npm run dev
to make new build (npm run prod
for production build)
For Non Technical Users:
- Download the newer version
- Replace all the files of older version with newer version
- Update database (If DB related changes are made)
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Check for DB upgrade file. Check the file under
app/database/releases/{latestVersion}/
and see if you can find{latestVersion}.sql
. HerelatestVersion
is the version number to which you are upgrading your application - Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
Upgrade to latest version
Upgrading from v6.1.2 to v6.1.3
For Technical Users:
- Download
v6.1.3
- 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
v6.1.3
files into your existing versionv6.1.2
- Run at last run
npm run dev
to run build - That's it! you are ready to go with new version
v6.1.3
For Non Technical Users:
- Download
v6.1.3
- 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
v6.1.3
files/directories into your existing versionv6.1.2
- That's it!, you are ready to go with new version
v6.1.3
Upgrading from v6.1.1 to v6.1.2
For Technical Users:
- Download
v6.1.2
- 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
v6.1.2
files into your existing versionv6.1.1
- And Run
composer install
to make new build - Run at last run
npm run dev
to run build - That's it! you are ready to go with new version
v6.1.2
For Non Technical Users:
- Download
v6.1.2
- 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
v6.1.2
files/directories into your existing versionv6.1.1
- That's it!, you are ready to go with new version
v6.1.2
Upgrading from v6.1.0 to v6.1.1
For Technical Users:
- Download
v6.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
v6.1.1
files into your existing versionv6.1.0
- And Run
composer install
to make new build - Run at last run
npm run dev
to run build - That's it! you are ready to go with new version
v6.1.1
For Non Technical Users:
- Download
v6.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
v6.1.1
files/directories into your existing versionv6.1.0
- That's it!, you are ready to go with new version
v6.1.1
Upgrading from v6.0.0 to v6.1.0
For Technical Users:
- Download
v6.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
v6.1.0
files into your existing versionv6.0.0
- And Run
composer install
to make new build - Run at last run
npm run dev
to run build - That's it! you are ready to go with new version
v6.1.0
For Non Technical Users:
- Download
v6.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
v6.1.0
files/directories into your existing versionv6.0.0
- That's it!, you are ready to go with new version
v6.1.0
Upgrading from v5.3.0 to v6.0.0
For Technical Users:
- Download
v6.0.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
v6.0.0
files into your existing versionv5.2.0
- And Run
php artisan migrate
to make new build - And Run
php artisan db:seed --class=SetIsDefaultSuperAdminSeeder
to make new build - And Run
composer install
to make new build - Run at last run
npm run dev
to run build - That's it! you are ready to go with new version
v6.0.0
For Non Technical Users:
- Download
v6.0.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
v6.0.0
files/directories into your existing versionv5.3.0
- NOW PLEASE CALL THIS URL ONCE
YOUR_APP_URL/upgrade-to-v6-0-0
to update your database. - That's it!, you are ready to go with new version
v6.0.0
Upgrading from v5.2.0 to v5.3.0
For Technical Users:
- Download
v5.3.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
v5.3.0
files into your existing versionv5.2.0
- And Run
composer install
to make new build - Run at last run
npm run dev
to run build - That's it! you are ready to go with new version
v5.3.0
For Non Technical Users:
- Download
v5.3.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
v5.3.0
files/directories into your existing versionv5.2.0
- That's it! you are ready to go with new version
v5.3.0
Upgrading from v5.1.0 to v5.2.0
For Technical Users:
- Download
v5.2.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
v5.2.0
files into your existing versionv5.1.0
- Run at last run
npm run dev
to run build - That's it! you are ready to go with new version
v5.2.0
For Non Technical Users:
- Download
v5.2.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
v5.2.0
files/directories into your existing versionv5.1.0
- That's it! you are ready to go with new version
v5.2.0
Upgrading from v5.0.0 to v5.1.0
For Technical Users:
- Download
v5.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
v5.1.0
files into your existing versionv5.0.0
- And Run
composer install
to make new build - Run at last run
npm run dev
to run build - That's it! you are ready to go with new version
v5.1.0
For Non Technical Users:
- Download
v5.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
v5.1.0
files/directories into your existing versionv5.0.0
- That's it! you are ready to go with new version
v5.1.0
Upgrading from v4.3.0 to v5.0.0
For Technical Users:
- Download
v5.0.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
v5.0.0
files into your existing versionv4.3.0
- And Run
composer update
to make new build - And Run
php artisan migrate
to make new build - And Run
npm install
to make new build - Run at last run
npm run dev
to run build - That's it! you are ready to go with new version
v5.0.0
For Non Technical Users:
- Download
v5.0.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
v5.0.0
files/directories into your existing versionv4.3.0
- Update database :
- NOW PLEASE CALL THIS URL ONCE
YOUR_APP_URL/upgrade-to-v5-0-0
to update your database. - That's it! you are ready to go with new version
v5.0.0
Upgrading from v4.2.0 to v4.3.0
For Technical Users:
- Download
v4.3.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
v4.3.0
files into your existing versionv4.2.0
- And Run
php artisan migrate
to make new build - And Run
php artisan db:seed --class=CreatePermissionSeeder
to make new build - Run at last run
npm run dev
to run build - That's it! you are ready to go with new version
v4.3.0
For Non Technical Users:
- Download
v4.3.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
v4.3.0
files/directories into your existing versionv4.2.0
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v4.3.0/
you can findv4.3.0
.sql - NOW PLEASE CALL THIS URL ONCE
YOUR_APP_URL/upgrade-to-v4-3-0
to update your database. - Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v4.3.0
Upgrading from v4.1.0 to v4.2.0
For Technical Users:
- Download
v4.2.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
v4.2.0
files into your existing versionv4.1.0
- Run
npm run dev
to run build - That's it! you are ready to go with new version
v4.2.0
For Non Technical Users:
- Download
v4.2.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
v4.2.0
files/directories into your existing versionv4.1.0
- That's it! you are ready to go with new version
v4.2.0
Upgrading from v4.0.0 to v4.1.0
For Technical Users:
- Download
v4.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
v4.1.0
files into your existing versionv4.0.0
- Run
npm run dev
to run build - And at last run
php artisan migrate
to make new build - That's it! you are ready to go with new version
v4.1.0
For Non Technical Users:
- Download
v4.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
v4.1.0
files/directories into your existing versionv4.0.0
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v4.1.0/
you can findv4.1.0.sql
- Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v4.1.0
Upgrading from v3.8.0 to v4.0.0
For Technical Users:
-
Download
v4.0.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
v4.0.0
files into your existing versionv3.8.0
-
Run
composer install
to install packages -
Run
npm install
to make new build -
Run
npm run dev
to run build -
Now you have to update zoom configuration:
-
Click Here to configure your application
ZOOM_API_URL="https://api.zoom.us/v2/" ZOOM_API_KEY="" ZOOM_API_SECRET="" ZOOM_REDIRECT_URL=${APP_URL}/zoom/callback"
-
That's it! you are ready to go with new version
v4.0.0
For Non Technical Users:
-
Download
v4.0.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
v4.0.0
files/directories into your existing versionv3.8.0
-
Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v4.0.0/
you can findv4.0.0.sql
- Select that SQL file and import it.
- Now you have to update zoom configuration:
- Open your
-
You can take reference from here to generate zoom credentials.
ZOOM_API_URL="https://api.zoom.us/v2/" ZOOM_API_KEY="" ZOOM_API_SECRET="" ZOOM_REDIRECT_URL=${APP_URL}/zoom/callback"
-
That's it! you are ready to go with new version
v4.0.0
Upgrading from v3.7.0 to v3.8.0
For Technical Users:
- Download
v3.8.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
v3.8.0
files into your existing versionv3.7.0
- Run
npm install
to make new build - Run
npm run dev
to run build - That's it! you are ready to go with new version
v3.8.0
For Non Technical Users:
- Download
v3.8.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
v3.8.0
files/directories into your existing versionv3.7.0
- That's it! you are ready to go with new version
v3.8.0
Upgrading from v3.6.0 to v3.7.0
For Technical Users:
- Download
v3.7.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
v3.7.0
files into your existing versionv3.6.0
- Run
composer install
to make new build - Run
npm install
to make new build - Run
npm run dev
to run build - That's it! you are ready to go with new version
v3.7.0
For Non Technical Users:
- Download
v3.7.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
v3.7.0
files/directories into your existing versionv3.6.0
- That's it! you are ready to go with new version
v3.7.0
Upgrading from v3.5.0 to v3.6.0
For Technical Users:
- Download
v3.6.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
v3.6.0
files into your existing versionv3.5.0
- And at last run
composer install
to make new build - And at last run
php artisan migrate
to make new build - That's it! you are ready to go with new version
v3.6.0
For Non Technical Users:
- Download
v3.6.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
v3.6.0
files/directories into your existing versionv3.5.0
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v3.6.0/
you can findv3.6.0.sql
- Select that SQL file and import it.
- Open your
- NOW PLEASE CALL THIS URL ONCE
YOUR_APP_URL/upgrade-to-v3-4-0
to upgrade to it will copy your existing one signal player ids to new table. - That's it! you are ready to go with new version
v3.6.0
Upgrading from v3.4.2 to v3.5.0
For Technical Users:
- Download
v3.5.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
v3.5.0
files into your existing versionv3.4.2
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v3.5.0
For Non Technical Users:
- Download
v3.5.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
v3.5.0
files/directories into your existing versionv3.4.2
- That's it! you are ready to go with new version
v3.5.0
Upgrading from v3.4.1 to v3.4.2
For Technical Users:
- Download
v3.4.2
- 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
v3.4.2
files into your existing versionv3.4.1
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v3.4.2
For Non Technical Users:
- Download
v3.4.2
- 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
v3.4.2
files/directories into your existing versionv3.4.1
- That's it! you are ready to go with new version
v3.4.2
Upgrading from v3.4.0 to v3.4.1
For Technical Users:
- Download
v3.4.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
v3.4.1
files into your existing versionv3.4.0
- Run
composer install
- Run
npm install
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v3.4.1
For Non Technical Users:
- Download
v3.4.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
v3.4.1
files/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 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
v3.4.0
files into your existing versionv3.3.0
- Run
composer install
- Run
npm install
- And at last run
npm run dev
to 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 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
v3.4.0
files/directories into your existing versionv3.3.0
- 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 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
v3.3.0
files into your existing versionv3.2.0
- Run
composer install
- Run
php artisan migrate
- Run
npm install
- And at last run
npm run dev
to 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 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
v3.3.0
files/directories into your existing versionv3.2.0
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v.3.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 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
v3.2.0
files into your existing versionv3.1.0
- Run
composer install
- Run
php artisan migrate
- And at last run
npm run dev
to 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 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
v3.2.0
files/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/v.3.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 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
v3.1.0
files into your existing versionv3.0.0
- Run
composer install
- Run
php artisan migrate
- Run
npm install
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v3.1.0
For Non Technical Users:
- Download
v3.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
v3.1.0
files/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/v.3.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.4 to v3.0.0
For Technical Users:
- Download
v3.0.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
v3.0.0
files into your existing versionv2.0.4
- Run
composer install
- Run
php artisan migrate
- Run
npm install
- And at last run
npm run dev
to 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 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
v3.0.0
files/directories into your existing versionv2.0.4
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v.3.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 v2.0.3 to v2.0.4
For Technical Users:
- Download
v2.0.4
- 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
v2.0.4
files into your existing versionv2.0.3
- Run
composer install
- Run
php artisan migrate
- Run
npm install
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v2.0.4
For Non Technical Users:
- Download
v2.0.4
- 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
v2.0.4
files/directories into your existing versionv2.0.3
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v.2.0.4/
you can findv2.0.4.sql
- Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v2.0.4
Upgrading from v2.0.2 to v2.0.3
For Technical Users:
- Download
v2.0.3
- 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
v2.0.3
files into your existing versionv2.0.2
- Run
composer install
- Run
php artisan migrate
- Run
npm install
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v2.0.3
For Non Technical Users:
- Download
v2.0.3
- 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
v2.0.3
files/directories into your existing versionv2.0.2
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v.2.0.3/
you can findv2.0.3.sql
- Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v2.0.3
Upgrading from v2.0.1 to v2.0.2
For Technical Users:
- Download
v2.0.2
- 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
v2.0.2
files into your existing versionv2.0.1
- Run
composer install
- Run
php artisan migrate
- Run
npm install
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v2.0.2
For Non Technical Users:
- Download
v2.0.2
- 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
v2.0.2
files/directories into your existing versionv2.0.1
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v.2.0.2/
you can findv2.0.2.sql
- Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v2.0.2
Upgrading from v2.0.0 to v2.0.1
For Technical Users:
- Download
v2.0.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
v2.0.1
files into your existing versionv2.0.0
- Run
composer install
- Run
npm install
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v2.0.1
For Non Technical Users:
- Download
v2.0.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
v2.0.1
files/directories into your existing versionv2.0.0
- That's it! you are ready to go with new version
v2.0.1
Upgrading from v1.4.1 to v2.0.0
For Technical Users:
- Download
v2.0.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
v2.0.0
files into your existing versionv1.4.1
- Run
composer install
- Run
php artisan migrate
- Run
npm install
- And at last run
npm run dev
to 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 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
v2.0.0
files/directories into your existing versionv1.4.1
- Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v.2.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.4.0 to v1.4.1
For Technical Users:
- Download
v1.4.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.4.1
files into your existing versionv1.4.0
- Run
composer install
- Run
npm install
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v1.4.1
For Non Technical Users:
- Download
v1.4.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.4.1
files/directories into your existing versionv1.4.0
- That's it! you are ready to go with new version
v1.4.1
Upgrading from v1.3.0 to v1.4.0
For Technical Users:
- Download
v1.4.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.4.0
files into your existing versionv1.3.0
- Run
composer install
- Run
npm install
- And at last run
npm run dev
to 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 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.4.0
files/directories into your existing versionv1.3.0
- That's it! you are ready to go with new version
v1.4.0
Upgrading from v1.2.0 to v1.3.0
For Technical Users:
- Download
v1.3.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.3.0
files into your existing versionv1.2.0
- Run
composer install
- Run
npm install
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v1.3.0
For Non Technical Users:
- Download
v1.3.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.3.0
files/directories into your existing versionv1.2.0
- That's it! you are ready to go with new version
v1.3.0
Upgrading from v1.1.0 to v1.2.0
For Technical Users:
- Download
v1.2.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.2.0
files into your existing versionv1.1.0
- You also need to add new
.env
variables of google/facebook auth and one signal credential. you can fine more info at here - Run
php artisan migrate
to update database. - Run
npm install
- And at last run
npm run dev
to make new build - That's it! you are ready to go with new version
v1.1.0
For Non Technical Users:
- Download
v1.2.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.2.0
files into your existing versionv1.1.0
- You also need to add new
.env
variables of google/facebook auth and one signal credential. you can fine more info at here - Update database :
- Open your
phpMyAdmin
- Go to your database and select import tab.
- Now in latest version go to
app/database/releases/v.1.2.0/
you can findv1.2.0.sql
- Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v1.2.0
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.0
files into your existing versionv1.0.0
- Run
php artisan migrate
to upgrade database. - Run
npm install
- And at last run
npm run dev
to 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 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.0
files 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/v.1.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