Copy env.example and set it up (DB_DATABASE, DB_USERNAME, DB_PASSWORD)
cp .env.example .envSetup mailer configuration !!!
Install dependencies
composer installInstall npm packages and build project
npm install && npm run devGenerate keys
php artisan key:generateGenerate storage symlink
php artisan storage:linkRun migrations and seeders
php artisan migrate --seedRun server
php artisan serveRun worker (in multiple windows to have multiple workers)
php artisan queue:workProceed to:
Failed after some time: http://127.0.0.1:8000/test-jobs?secondsToWait=20,15,-1,10
Success after some time: http://127.0.0.1:8000/test-jobs?secondsToWait=20,15,10