php artisan migrate:fresh --seed --seeder=DemoDatabaseSeeder
- Remove installed and verified files from storage folder
- Set IS_DEMO_MODE=false in the .env file
- Add "notVerified" middleware in package web routes
- Add welcome path in package web routes
- Add withSuccess in EnvironmentController "saveClassic" method
- Add JWT secret in Environment Helper
- Create
demo-csv-file
folder in thepublic
directory of the project - Create these empty files in the
demo-csv-file
folderbrand.csv
sub-categories.csv
taxes.csv
units.csv
- Provide these two files in the
demo-csv-file
folder for examplesproducts.csv
(name, model, barcode_symbology, sub_cat_id, brand_id, unit_id, tax_id, tax_type, regular_price, discount, note, alert_qty, status )demo.csv
(name, phone, email, company_name, address)