@extends('admin.layouts.app') @section('title', 'Dashboard') @section('content') CRUD Generator {{ csrf_field() }} Crud Name: Controller Namespace: Route Group Prefix: View Path: Want to add route? Yes No Relationships method#relationType#Model Form Helper HTML Form Laravel Collective Want to use soft deletes? No Yes Table Fields: string char varchar password email date datetime time timestamp text mediumtext longtext json jsonb binary number integer bigint mediumint tinyint smallint boolean image decimal double float Required No Yes It will automatically assume form fields based on the migration field type. Generate @endsection @push('css') @endpush @push('js') @endpush
method#relationType#Model
It will automatically assume form fields based on the migration field type.