Created
October 17, 2023 17:48
-
-
Save ppcdias/9a6a6cddb7fd164f45f5ab6e33270bda to your computer and use it in GitHub Desktop.
PHP Laravel Artisan Useful CLI/SSH Commands List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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