make run
make build
make up
install vendors, run DB migrations
make init
By default, async handling of jobs
QUEUE_CONNECTION=database
- You should Run Queue Worker
make queue
You 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 down
make bash
make tests
make cc
make cl
make 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