mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Merge 0f410948a4 into 1d09c6bb0a
This commit is contained in:
commit
d848a06834
2 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ plugins=(... laravel)
|
||||||
|:-:|:-:|
|
|:-:|:-:|
|
||||||
| `artisan` | `php artisan` |
|
| `artisan` | `php artisan` |
|
||||||
| `pas` | `php artisan serve` |
|
| `pas` | `php artisan serve` |
|
||||||
|
| `pat` | `php artisan tinker` |
|
||||||
|
|
||||||
## Database
|
## Database
|
||||||
|
|
||||||
|
|
@ -44,6 +45,7 @@ plugins=(... laravel)
|
||||||
| `pacoc` | `php artisan config:clear` |
|
| `pacoc` | `php artisan config:clear` |
|
||||||
| `pavic` | `php artisan view:clear` |
|
| `pavic` | `php artisan view:clear` |
|
||||||
| `paroc` | `php artisan route:clear` |
|
| `paroc` | `php artisan route:clear` |
|
||||||
|
| `paoc` | `php artisan optimize:clear` |
|
||||||
|
|
||||||
## Queues
|
## Queues
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ alias bob='php artisan bob::build'
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
alias pas='php artisan serve'
|
alias pas='php artisan serve'
|
||||||
|
alias pat='php artisan tinker'
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
alias pam='php artisan migrate'
|
alias pam='php artisan migrate'
|
||||||
|
|
@ -31,6 +32,7 @@ alias pacac='php artisan cache:clear'
|
||||||
alias pacoc='php artisan config:clear'
|
alias pacoc='php artisan config:clear'
|
||||||
alias pavic='php artisan view:clear'
|
alias pavic='php artisan view:clear'
|
||||||
alias paroc='php artisan route:clear'
|
alias paroc='php artisan route:clear'
|
||||||
|
alias paoc='php artisan optimize:clear'
|
||||||
|
|
||||||
# queues
|
# queues
|
||||||
alias paqf='php artisan queue:failed'
|
alias paqf='php artisan queue:failed'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue