mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-12 22:31:27 +04:00
feat(laravel): add pad alias (#13927)
This commit is contained in:
@@ -10,6 +10,7 @@ plugins=(... laravel)
|
|||||||
|:-:|:-:|
|
|:-:|:-:|
|
||||||
| `artisan` | `php artisan` |
|
| `artisan` | `php artisan` |
|
||||||
| `pas` | `php artisan serve` |
|
| `pas` | `php artisan serve` |
|
||||||
|
| `pad` | `php artisan dev` |
|
||||||
| `pats` | `php artisan test` |
|
| `pats` | `php artisan test` |
|
||||||
|
|
||||||
## Database
|
## Database
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ alias bob='php artisan bob::build'
|
|||||||
|
|
||||||
# Development
|
# Development
|
||||||
alias pas='php artisan serve'
|
alias pas='php artisan serve'
|
||||||
|
alias pad='php artisan dev'
|
||||||
alias pats='php artisan test'
|
alias pats='php artisan test'
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
|
|||||||
Reference in New Issue
Block a user