mirror of https://github.com/ohmyzsh/ohmyzsh.git
Merge f891e89166
into 30e516a3aa
This commit is contained in:
commit
ec44387669
|
@ -10,6 +10,7 @@ plugins=(... laravel)
|
|||
|:-:|:-:|
|
||||
| `artisan` | `php artisan` |
|
||||
| `pas` | `php artisan serve` |
|
||||
| `pat` | `php artisan tink` |
|
||||
| `pats` | `php artisan test` |
|
||||
|
||||
## Database
|
||||
|
|
|
@ -5,6 +5,7 @@ alias bob='php artisan bob::build'
|
|||
# Development
|
||||
alias pas='php artisan serve'
|
||||
alias pats='php artisan test'
|
||||
alias pat='php artisan tink'
|
||||
|
||||
# Database
|
||||
alias pam='php artisan migrate'
|
||||
|
|
Loading…
Reference in New Issue