To install:
- Clone repo
- Configure .env file
- Go to bash and do:
- php artisan key:generate
- php artisan queue:table
- php artisan migrate
JSON file located at /public folder
To check -
With queue:
- Update .env file with QUEUE_CONNECTION=database
- Go to bash and do:
- php artisan sync:json
- php artisan queue:work --tries=3 --stop-when-empty