This commit is contained in:
Ali Raghebi 2025-02-20 06:29:02 +01:00 committed by GitHub
commit b16ea0ea31
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'