Skip to content

Instantly share code, notes, and snippets.

@demoriz
Last active October 5, 2022 13:36
Show Gist options
  • Save demoriz/ea7ce4fdea01fdede9ced6a36f7f6915 to your computer and use it in GitHub Desktop.
Save demoriz/ea7ce4fdea01fdede9ced6a36f7f6915 to your computer and use it in GitHub Desktop.
[Laravel cache] #laravel #shell
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