feat(laravel): add pad alias (#13927)

This commit is contained in:
Jose Seabra
2026-08-11 13:03:42 +02:00
committed by GitHub
parent 1f9511f132
commit b54a719775
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ plugins=(... laravel)
|:-:|:-:|
| `artisan` | `php artisan` |
| `pas` | `php artisan serve` |
| `pad` | `php artisan dev` |
| `pats` | `php artisan test` |
## Database
+1
View File
@@ -4,6 +4,7 @@ alias bob='php artisan bob::build'
# Development
alias pas='php artisan serve'
alias pad='php artisan dev'
alias pats='php artisan test'
# Database