mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Merge f891e89166 into 750d3ac4b4
This commit is contained in:
commit
b499839e4f
2 changed files with 2 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 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…
Add table
Add a link
Reference in a new issue