shipus/laravel-cruder

make auto crud's from command

dev-main 2023-09-01 16:07 UTC

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Installation

You can install the package via composer:

composer require shipu/laravel-cruder

You can generate files with:

php artisan crud:resource ModelName

It Will Generate Corresponding: 1) Model

2) Controller

3) Service

4) Migration

5) Views

License

The MIT License (MIT). Please see License File for more information.