@extends('backend.layouts.app') @section('title', 'CRUD Generator') @push('styles') @endpush @section('content')
Select an existing Model, preview the generated controller, form request, and views, then generate.
routes/web.php, create permissions (e.g. module.view, module.create, etc.), assign them to roles, and add a sidebar menu item if needed.Example: app\Http\Controllers\Backend. The controller will be saved under this namespace.
Example: app\Http\Requests\Backend. The form request will be saved under this namespace.
Example: backend.module._gen.products. Views will be saved to resources/views/backend/module/_gen/products/.
Review the generated files before creating them.
Next steps:
BackendMenuSeeder.php if needed.resources/views/backend/module/_gen//CRUD-SETUP.md for full guide.