Skip to content

Instantly share code, notes, and snippets.

@ppcdias
Created October 17, 2023 17:48
Show Gist options
  • Save ppcdias/9a6a6cddb7fd164f45f5ab6e33270bda to your computer and use it in GitHub Desktop.
Save ppcdias/9a6a6cddb7fd164f45f5ab6e33270bda to your computer and use it in GitHub Desktop.
PHP Laravel Artisan Useful CLI/SSH Commands List
# laravel clear cache
php artisan config:clear
php artisan cache:clear
php artisan view:clear
php artisan route:clear
php artisan optimize:clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment