Last active
October 5, 2022 13:36
-
-
Save demoriz/ea7ce4fdea01fdede9ced6a36f7f6915 to your computer and use it in GitHub Desktop.
[Laravel cache] #laravel #shell
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
php artisan -V | |
php artisan optimize:clear | |
php artisan make:model Bla | |
php artisan make:controller Bla --resource | |
php artisan schedule:run | |
php artisan route:list | grep bla |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment