veseluy-rodjer/supercrud is a Laravel package for package for using crud in adminka in laravel 5.7.
It currently has 0 GitHub stars and 1.113 downloads on Packagist.
Install it with composer require veseluy-rodjer/supercrud.
Discover more Laravel packages by veseluy-rodjer
or browse all Laravel packages to compare alternatives.
Last updated
This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.
Laravel >=5.7
PHP >= 5.5.9
composer require veseluy-rodjer/supercrud
php artisan vendor:publish --provider="VeseluyRodjer\CrudGenerator\CrudGeneratorServiceProvider" --force
Go through to the detailed documentation
Me
This project is licensed under the MIT License - see the License File for details