fygarciaj / crudgenerator

Generate Livewire Component, Models, Blade file, Migrations and Factory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrudGenerator

Crud Generator automatically generates all necessary files for a complete crud. This includes factories, migrations, models, blades, requests & seeders. This package also has the possibility to create relations between models.

For relations to work you'll need to manually add comments to the User Model otherwise it won't generate it for you.
These comments will be automatically added by models created by this CrudGenerator. Refer to Relations section for more info.

Installation

Via Composer

$ composer require fygarciaj/crudgenerator

Usage

If you would like to publish the other file such as config, stubs and views to customize them you can do so with

$ php artisan vendor:publish --provider="Fygarciaj\CrudGenerator\CrudGeneratorServiceProvider"

About

Generate Livewire Component, Models, Blade file, Migrations and Factory

License:MIT License


Languages

Language:PHP 55.5%Language:Blade 44.5%