Upgrade Guide
Before starting upgrade we recommenced to backup your files and export your current database.
NOTE : Always take backup of .env file while replacing the files.
As this is the first release there is no upgrade guide here.
Upgrading to v2.3.1 from v2.3.0
For Technical Users:
- Download
v2.3.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.3.1
files into your existing versionv2.3.0.
- Now run
php artisan migrate
to migrate the migrations. - Then run
npm install
to install the node dependencies. - And at last run
npm run dev
to make new build. - That's it! you are ready to go with new version
v2.3.1
For Non Technical Users:
- Download
v2.3.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.3.1
files/directories into your existing versionv2.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/v2.3.1/
you can findv2.3.1
.sql. - Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v2.3.1
.
Upgrading to v2.3.0 from v2.2.0
For Technical Users:
- Download
v2.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
v2.3.0
files into your existing versionv2.2.0.
- Now run
php artisan migrate
to migrate the migrations. - Then run
npm install
to install the node dependencies. - And at last run
npm run dev
to make new build. - That's it! you are ready to go with new version
v2.3.0
For Non Technical Users:
- Download
v2.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
v2.3.0
files/directories into your existing versionv2.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/v2.3.0/
you can findv2.3.0
.sql. - Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v2.3.0
.
Upgrading to v2.2.0 from v2.1.0
For Technical Users:
- Download
v2.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
v2.2.0
files into your existing versionv2.1.0.
- Now run
php artisan migrate
to migrate the migrations. - Then run
npm install
to install the node dependencies. - And at last run
npm run dev
to make new build. - That's it! you are ready to go with new version
v2.2.0
For Non Technical Users:
- Download
v2.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
v2.2.0
files/directories into your existing versionv2.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/v2.2.0/
you can findv2.2.0
.sql. - Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v2.2.0
.
Upgrading to v2.1.0 from v2.0.0
For Technical Users:
- Download
v2.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
v2.1.0
files into your existing versionv2.0.0.
- Run composer install to install the dependencies.
- Now run php artisan migrate to migrate the migrations.
- Then run npm install to install the node dependencies.
- And at last run npm run dev to make new build.
- That's it! you are ready to go with new version
v2.1.0
For Non Technical Users:
- Download
v2.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
v2.1.0
files/directories into your existing versionv2.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/v2.1.0/
you can findv2.1.0
.sql. - Select that SQL file and import it.
- Open your
- That's it! you are ready to go with new version
v2.1.0
.
Upgrading to v2.0.0 from v1.1.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.1.0
. - Run
composer install
to install the dependencies. - Now run
php artisan migrate
to migrate the migrations. - Then run
npm install
to install the node dependencies. - 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.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/v2.0.0/
you can findv2.0.0
.sql. - Select that SQL file and import it.
- Open your
- Now please call this URL once
YOUR_APP_URL/upgrade-to-v2-0-0
. - That's it! you are ready to go with new version
v2.0.0
.
Upgrading to v1.1.0 from v1.0.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
. - Now run
php artisan migrate
to migrate the migrations. - Then run
npm install
to install the node dependencies. - 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/directories into your existing versionv1.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/v1.1.0/
you can findv1.1.0
.sql. - Select that SQL file and import it.
- Open your
- Now please call this URL once
YOUR_APP_URL/upgrade-to-v1-1-0
. - That's it! you are ready to go with new version
v1.1.0
.