make runmake build
make upinstall vendors, run DB migrations
make initBy default, async handling of jobs
QUEUE_CONNECTION=database
- You should Run Queue Worker
make queueYou need:
- Change in .env file the variable to
QUEUE_CONNECTION=sync - Dont need to run
make queue
- health check endpoint:
GET http://localhost:8180/up - submit endpoint:
POST http://localhost:8180/api/submit - see logs in
app/storage/logs/laravel.log
make up
make stop
make downmake bashmake testsmake ccmake clmake ps- alias for php artisan:
pa - composer install:
ci - composer update:
cu - clear app cashes:
clear - clear log files:
cl - run tests:
pu - run fresh DB (and clear app cache):
fresh - run fresh on test DB:
fresh-test


