Queue management system
- Clone the project
- Go to the project root directory
- Run
composer install
- Create a database and configure the settings in the .env file
- Run
php artisan migrate
- Run
php artisan db:seed
- Run
php artisan serve
to start the project at http://localhost:8000
- Run
php artisan websockets:serve
- Run
php artisan queue:work
composer install
php artisan migrate
php artisan db:seed
php artisan serve
to start the project at http://localhost:8000php artisan websockets:serve
php artisan queue:work
http://localhost:8000/admin
http://localhost:8000 - qr codes for queuing
login: admin
pass: admin