@extends('backend.layouts.app') @section('title', 'Model Generator') @push('styles') @endpush @section('content')
Generate a Laravel Eloquent model from an existing database table. Choose between PHP Attributes or Class Properties style.
app/Models/Backend/{ModelName}.php).Parent folder only. Do not include the model name. Use PHP namespace separator \. Examples: app\Models, app\Models\Backend, app\Models\Backend\Catalog
Review the generated code before saving.