A package to generate crud for administrable package. This package can not be used alone.
guysolamour/laravel-administrable-crudgenerator is a Laravel package for a package to generate crud for administrable package. this package can not be used alone..
It currently has 1 GitHub stars and 138 downloads on Packagist (latest version v1.2).
Install it with composer require guysolamour/laravel-administrable-crudgenerator.
Discover more Laravel packages by guysolamour
or browse all Laravel packages to compare alternatives.
Last updated
This package allows you to automatically generate the crud of a model from a declaration file that uses the yaml format. Several files are created such as model, migration, controller and views.
This package is an extension of the package - laravel-administrable and cannot be used outside of it. For the complete documentation it's here.
Install via composer
composer require guysolamour/laravel-administrable-crudgenerator
php artisan vendor:publish --provider="Guysolamour\Administrable\Crudgenerator\ServiceProvider"
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
This package is bootstrapped with the help of melihovv/laravel-package-generator.