mirror of https://github.com/ohmyzsh/ohmyzsh.git
Compare commits
3 Commits
ec44387669
...
b16ea0ea31
Author | SHA1 | Date |
---|---|---|
|
b16ea0ea31 | |
|
f891e89166 | |
|
c258d0739f |
|
@ -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