CRUD
Chandra comes with CRUD generator for laravel
Using CRUD You can generate
- Model
- Controller
- views
- routes
- menu
- migration
or ALL of them
all files are provided in downloaded folder.
open config/app.php and in providers array, add
'App\Providers\ChandraCrudGeneratorServiceProvider',
Last modified 2yr ago