mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-09 23:07:56 +02:00
Add symfony2 aliases (#7338)
* Documentation for Npm plugin added * Fix style and add alias descriptions * Add Generate Command alias * Add Create Database alias * Add Generate Controller alias
This commit is contained in:
committed by
Robby Russell
parent
fa2dc41c23
commit
dc3a605ec1
@ -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` |
|
||||
|
Reference in New Issue
Block a user