mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Update laravel.plugin.zsh
add alias for php artisan db:wipe
This commit is contained in:
parent
c1e5ff3169
commit
ef819f67cb
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue