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 v2.3.0
to v2.3.1
For Technical Users :
- Download
v2.3.1
- 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
- Run
npm install
- Run
npm run dev
- That's it.
For Non Technical Users :
- Download
v2.3.1
- 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
- That's it.
Upgrading from v2.2.0
to v2.3.0
For Technical Users :
- Download
v2.3.0
- 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
- Run
composer install
- Run
php artisan migrate
- Set
SANCTUM_TTL
env value in minutes to time to expires of token - Remove
JWT_TTL
andJWT_SECRET
env variables - Run
npm install
- Run
npm run dev
- That's it.
For Non Technical Users :
- Download
v2.3.0
- 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
- Set
SANCTUM_TTL
env value in minutes to time to expires of token - Remove
JWT_TTL
andJWT_SECRET
env variables - Update database :
- Open your
phpMyAdmin
- Go to your database and select
import
tab. - Now in latest version go to
app/database/releases/v.2.3.0/
you can findv2.3.0.sql
- Select that SQL file and import it.
- Open your
- That's it.
- That's it.
Upgrading from v2.1.0
to v2.2.0
For Technical Users :
- Download
v2.2.0
- 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
- Run
composer install
- Run
composer dump-autoload -o
- Run
php artisan db:seed --class=CreateBookDueReminderSetting
- Run
npm install
- Run
npm run dev
- That's it.
For Non Technical Users :
- Download
v2.2.0
- 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
- Update database :
- Open your
phpMyAdmin
- Go to your database and select
import
tab. - Now in latest version go to
app/database/releases/v.2.2.0/
you can findv2.2.0.sql
- Select that SQL file and import it.
- Open your
- That's it.
Upgrading from v2.0.0
to v2.1.0
For Technical Users :
- Download
v2.1.0
- 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
- Run
php artisan migrate
- Run
npm install
- Run
npm run dev
- That's it.
For Non Technical Users :
- Download
v2.1.0
- 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
- Update database :
- Open your
phpMyAdmin
- Go to your database and select
import
tab. - Now in latest version go to
app/database/releases/v.2.1.0/
you can findv2.1.0.sql
- Select that SQL file and import it.
- Open your
- That's it.
Upgrading from v1.6.0
to v2.0.0
For Technical Users :
- Download
v2.0.0
- 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.6.0
- Run
composer install
- Run
php artisan migrate
- Run
npm install
- Run
npm run dev
- That's it.
For Non Technical Users :
- Download
v2.0.0
- 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.6.0
- 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.
Upgrading from v1.5.1
to v1.6.0
For Technical Users :
- Download
v1.6.0
- 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.0
files into your existing versionv1.5.1
- Run
composer install
- Run
php artisan migrate
- Run
npm install
- Run
npm run dev
- That's it.
For Non Technical Users :
- Download
v1.6.0
- 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.0
files into your existing versionv1.5.1
- Update database :
- Open your
phpMyAdmin
- Go to your database and select
import
tab. - Now in latest version go to
app/database/releases/v.1.6.0/
you can findv1.6.0.sql
- Select that SQL file and import it.
- Open your
- That's it.
Upgrading from v1.5.0
to v1.5.1
For Technical Users :
- Download
v1.5.1
- 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.1
files into your existing versionv1.5.0
- Run
composer install
- Run
npm install
- Run
npm run dev
- That's it.
For Non Technical Users :
- Download
v1.5.1
- 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.1
files into your existing versionv1.5.0
- That's it.
Upgrading from v1.4.0
to v1.5.0
For Technical Users :
- Download
v1.5.0
- 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.0
files into your existing versionv1.4.0
- Run
composer install
- Run
php artsan migrate
- Run
npm install
- Run
npm run dev
- That's it.
For Non Technical Users :
- Download
v1.5.0
- 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.0
files 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/v.1.5.0/
you can findv1.5.0.sql
- Select that SQL file and import it.
- Open your
- That's it.
Upgrading from v1.3.1
to v1.4.0
For Technical Users :
- Download
v1.4.0
- 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.1
- Run
composer install
- Run
npm install
- Run
npm run dev
- That's it.
For Non Technical Users :
- Download
v1.4.0
- 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.1
- That's it.
Upgrading from v1.3.0
to v1.3.1
For Technical Users :
- Download
v1.3.1
- Just run
composer install
- That's it.
For Non Technical Users :
- Download
v1.3.1
- 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
- That's it.
Upgrading from v1.2.0
from v1.3.0
For Technical Users :
- Download
v1.3.0
- 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
php artisan migrate
to update database. - Run
npm install
- And at last run
npm run dev
to make new build - That it! you are ready to go with new version
v1.3.0
For Non Technical Users :
- Download
v1.3.0
- 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
- Update database :
- Open your
phpMyAdmin
- Go to your database and select
import
tab. - Now in latest version go to
app/database/releases/v.1.3.0/
you can findv1.3.0.sql
- Select that SQL file and import it.
- Open your
- That 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
- 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
- Run
php artisan migrate
to update database. - Run
npm install
- And at last run
npm run dev
to make new build - That it! you are ready to go with new version
v1.2.0
For Non Technical Users :
- Download
v1.2.0
- 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
- 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 it! you are ready to go with new version
v1.2.0