Generar Crud
Versión 2 (Guillermo Zdanowicz, 30/09/2015 21:56)
| 1 | 1 | Guillermo Zdanowicz | h1. Generar Crud |
|---|---|---|---|
| 2 | 1 | Guillermo Zdanowicz | |
| 3 | 1 | Guillermo Zdanowicz | php app/console doctrine:generate:crud --entity=JobeetBundle:Job --route-prefix=job --with-write --format=yml |
| 4 | 2 | Guillermo Zdanowicz | |
| 5 | 2 | Guillermo Zdanowicz | *Para verificar el modulo que se genero* |
| 6 | 2 | Guillermo Zdanowicz | |
| 7 | 2 | Guillermo Zdanowicz | http://localhost:8000/app_dev.php/job/ |