Skip to content

Instantly share code, notes, and snippets.

@elvinlari
Last active September 23, 2022 08:07
Show Gist options
  • Save elvinlari/f3b061ed234affdf267daca32f4a86a4 to your computer and use it in GitHub Desktop.
Save elvinlari/f3b061ed234affdf267daca32f4a86a4 to your computer and use it in GitHub Desktop.
Artisan commands
docker service artisan command normal artisan command
docker-compose run --rm artisan config:cache php artisan config:cache
docker-compose run --rm artisan optimize php artisan optimize
docker-compose run --rm artisan serve php artisan serve
docker-compose run --rm artisan route:list php artisan route:list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment