shipus/laravel-cruder is a Laravel package for make auto crud's from command.
It currently has 0 GitHub stars and 1 downloads on Packagist.
Install it with composer require shipus/laravel-cruder.
Discover more Laravel packages by shipus
or browse all Laravel packages to compare alternatives.
Last updated
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
The MIT License (MIT). Please see License File for more information.