This commit is contained in:
Ali Raghebi 2025-04-07 04:24:37 -03:00 committed by GitHub
commit b499839e4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ plugins=(... laravel)
|:-:|:-:|
| `artisan` | `php artisan` |
| `pas` | `php artisan serve` |
| `pat` | `php artisan tink` |
| `pats` | `php artisan test` |
## Database

View file

@ -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'