mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
updated symfony plugin to add entity generation and schema update aliases (#5042)
This commit is contained in:
parent
702b8b547f
commit
5c047ae8ba
1 changed files with 2 additions and 0 deletions
|
@ -25,5 +25,7 @@ alias sfcw='sf cache:warmup'
|
|||
alias sfroute='sf debug:router'
|
||||
alias sfcontainer='sf debug:container'
|
||||
alias sfgb='sf generate:bundle'
|
||||
alias sfge='sf doctrine:generate:entity'
|
||||
alias sfsu='sf doctrine:schema:update'
|
||||
alias sfdev='sf --env=dev'
|
||||
alias sfprod='sf --env=prod'
|
||||
|
|
Loading…
Reference in a new issue