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` |
|
| `artisan` | `php artisan` |
|
||||||
| `pas` | `php artisan serve` |
|
| `pas` | `php artisan serve` |
|
||||||
|
| `pat` | `php artisan tink` |
|
||||||
| `pats` | `php artisan test` |
|
| `pats` | `php artisan test` |
|
||||||
|
|
||||||
## Database
|
## Database
|
||||||
|
|
|
@ -5,6 +5,7 @@ alias bob='php artisan bob::build'
|
||||||
# Development
|
# Development
|
||||||
alias pas='php artisan serve'
|
alias pas='php artisan serve'
|
||||||
alias pats='php artisan test'
|
alias pats='php artisan test'
|
||||||
|
alias pat='php artisan tink'
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
alias pam='php artisan migrate'
|
alias pam='php artisan migrate'
|
||||||
|
|
Loading…
Reference in New Issue