This commit is contained in:
Mohammed Omer 2025-12-26 10:44:17 +00:00 committed by GitHub
commit dc0accf61a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 0 deletions

View file

@ -12,6 +12,14 @@ plugins=(... laravel)
| `pas` | `php artisan serve` |
| `pats` | `php artisan test` |
## Tests
| Alias | Description |
|:-:|:-:|
| `pat` | `php artisan test` |
| `pu` | `vendor/bin/phpunit` |
| `puf` | `vendor/bin/phpunit --filter` |
## Database
| Alias | Description |