shipus/laravel-cruder

make auto crud's from command

Downloads

1

Stars

0

Version

Laravel Cruder: Automatically generate crud functionality from a single command with Model name.

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.

Shipu12345

Author

Shipu12345