mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-06-24 11:31:32 +02:00
feat(laravel): add db:wipe
alias (#13071)
This commit is contained in:
parent
095ac3ca8f
commit
6ef47526f8
@ -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
|
||||
|
||||
|
@ -12,6 +12,7 @@ alias pamf='php artisan migrate:fresh'
|
||||
alias pamfs='php artisan migrate:fresh --seed'
|
||||
alias pamr='php artisan migrate:rollback'
|
||||
alias pads='php artisan db:seed'
|
||||
alias padw='php artisan db:wipe'
|
||||
|
||||
# Makers
|
||||
alias pamm='php artisan make:model'
|
||||
|
Loading…
x
Reference in New Issue
Block a user