- Run the following commands
cp src/.env.example .env
composer install
php artisan migrate && php artisan key:generate
docker-compose up
- Access Application through http://localhost:8000/
- The Demo has backpack included just to demo Rapid application development
- To Run backpack
- Add User, run
docker-compose exec myapp php artisan backpack:user
-
Access http://localhost:8000/admin & login
-
Orders Example will be found http://localhost:8000/admin/orders
- Add csv file in /src e.g. order_log00.csv
- Run the following command
php artisan orders:stats order_log00.csv