Skip to content

Commit

Permalink
📚 Add new event cache and view cache tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva authored Oct 25, 2019
1 parent f7ba57e commit eb77c09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/all-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ php artisan deploy:list namespace # List all tasks starting with `namespace:`
| `artisan:config:clear` | Execute artisan config:clear |
| `artisan:db:seed` | Execute artisan db:seed |
| `artisan:down` | Enable maintenance mode |
| `artisan:event:cache` | Execure artisan event:cache |
| `artisan:event:clear` | Execure artisan event:clear |
| `artisan:horizon:terminate` | Execute artisan horizon:terminate |
| `artisan:migrate` | Execute artisan migrate |
| `artisan:migrate:fresh` | Execute artisan migrate:fresh |
Expand All @@ -33,6 +35,7 @@ php artisan deploy:list namespace # List all tasks starting with `namespace:`
| `artisan:route:cache` | Execute artisan route:cache |
| `artisan:storage:link` | Execute artisan storage:link |
| `artisan:up` | Disable maintenance mode |
| `artisan:view:cache` | Execute artisan view:cache |
| `artisan:view:clear` | Execute artisan view:clear |
| `artisan:telescope:clear` | Execute artisan telescope:clear |
| `artisan:telescope:prune` | Execute artisan telescope:prune |
Expand Down

0 comments on commit eb77c09

Please sign in to comment.