mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
Add Generate Controller alias
This commit is contained in:
parent
e35605a9a6
commit
5e805efe5d
2 changed files with 5 additions and 3 deletions
|
|
@ -19,9 +19,10 @@ plugins=(... symfony2)
|
|||
| `sfroute` | sf debug:router | Show the different routes |
|
||||
| `sfcontainer` | sf debug:contaner | List the different services |
|
||||
| `sfgb` | sf generate:bundle | Generate a bundle |
|
||||
| `sfgc` | sf generate:command | Generate a command |
|
||||
| `sfgc` | sf generate:controller | Generate a controller |
|
||||
| `sfgcom` | sf generate:command | Generate a command |
|
||||
| `sfge` | sf doctrine:generate:entity | Generate an entity |
|
||||
| `sfsu` | sf doctrine:schema:update | Update the schema in Database |
|
||||
| `sfdc` | sf doctrine:database:create | Create the Database
|
||||
| `sfdc` | sf doctrine:database:create | Create the Database |
|
||||
| `sfdev` | sf --env=dev | Update environment to `dev` |
|
||||
| `sfprod` | sf --env=prod | Update environment to `prod` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue