1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 07:50:40 +01:00

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
parent 095ac3ca8f
commit 6ef47526f8
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