mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01: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:
parent
fa2dc41c23
commit
dc3a605ec1
2 changed files with 6 additions and 0 deletions
|
|
@ -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` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue