Last updated 5 years ago
Was this helpful?
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',