feat(laravel): add db:wipe alias (#13071)

This commit is contained in:
Joaquín Gamboa 2025-05-26 07:27:53 -04:00 committed by GitHub
commit 6ef47526f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ plugins=(... laravel)
| `pamfs` | `php artisan migrate:fresh --seed` |
| `pamr` | `php artisan migrate:rollback` |
| `pads` | `php artisan db:seed` |
| `padw` | `php artisan db:wipe` |
## Makers