Crud Generator
Versión 10 (Guillermo Zdanowicz, 25/04/2017 18:56)
| 1 | 1 | Guillermo Zdanowicz | h1. Crud Generator |
|---|---|---|---|
| 2 | 1 | Guillermo Zdanowicz | |
| 3 | 10 | Guillermo Zdanowicz | composer require kepex/laravel-crud-generator |
| 4 | 1 | Guillermo Zdanowicz | |
| 5 | 10 | Guillermo Zdanowicz | en config/app.php en 'providers' agregar |
| 6 | 4 | Guillermo Zdanowicz | |
| 7 | 10 | Guillermo Zdanowicz | CrudGenerator\CrudGeneratorServiceProvider::class, |
| 8 | 9 | Guillermo Zdanowicz | |
| 9 | 10 | Guillermo Zdanowicz | luego ya teniendo una tabla en la base de datos podemos probar |
| 10 | 9 | Guillermo Zdanowicz | |
| 11 | 10 | Guillermo Zdanowicz | php artisan make:crud <nombretabla> |