Skip to content

Commit

Permalink
feat(laravel): add alias for optimize:clear (ohmyzsh#12793)
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Sala <[email protected]>
  • Loading branch information
texe and carlosala authored Nov 20, 2024
1 parent 9991822 commit 6c91a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/laravel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ plugins=(... laravel)
| `pacoc` | `php artisan config:clear` |
| `pavic` | `php artisan view:clear` |
| `paroc` | `php artisan route:clear` |
| `paopc` | `php artisan optimize:clear` |

## Queues

Expand Down
1 change: 1 addition & 0 deletions plugins/laravel/laravel.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ alias pacac='php artisan cache:clear'
alias pacoc='php artisan config:clear'
alias pavic='php artisan view:clear'
alias paroc='php artisan route:clear'
alias paopc='php artisan optimize:clear'

# queues
alias paqf='php artisan queue:failed'
Expand Down

0 comments on commit 6c91a5e

Please sign in to comment.