diff options
Diffstat (limited to 'plugins/symfony2/README.md')
-rw-r--r-- | plugins/symfony2/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/symfony2/README.md b/plugins/symfony2/README.md index 562641dfb..2946d0937 100644 --- a/plugins/symfony2/README.md +++ b/plugins/symfony2/README.md @@ -19,7 +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: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 | | `sfdev` | sf --env=dev | Update environment to `dev` | | `sfprod` | sf --env=prod | Update environment to `prod` | |