Skip to main content

Upgrade Guide

V1.3.2 to V2.0.0

  • Merge All Update_this folder files
  • For design fixes update & replace public folder with css, custom-css, js, modules, scss, mix-manifeast.json for latest build
  • Remove some files & also update database/seeder/DatabaseSeeder.php
    • database/seeder/MenuSeeder.php
    • database/seeder/ModulesSeeder.php
    • PermissionRoleTableSeeder.php
  • Replace all lang folders
  • Then Run Below Commands
php artisan migrate
php artisan module:seed World
php artisan module:seed Logistic
php artisan module:seed Location
php artisan module:seed Product
php artisan cache:clear
php artisan optimize:clear
  • For New Modules need to update modules_statuses.json file

V1.3.1 to V1.3.2

  • Replace update_this files to your existing code & run below command
php artisan db:seed --class MenuSeeder
php artisan db:seed --class PermissionRoleTableSeeder