guysolamour / laravel-administrable-crudgenerator
A package to generate crud for administrable package. This package can not be used alone.
v1.2
2023-07-28 09:43 UTC
Requires
- illuminate/support: ^9.0|^10.0
- symfony/yaml: ^5.0|^6.0
Requires (Dev)
- orchestra/testbench: ^4.0|^5.0|^6.0
- phpunit/phpunit: ^8.4|^9.0
README
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.
Installation
Install via composer
composer require guysolamour/laravel-administrable-crudgenerator
Publish package assets
php artisan vendor:publish --provider="Guysolamour\Administrable\Crudgenerator\ServiceProvider"
Security
If you discover any security related issues, please email rolandassale@gmail.com instead of using the issue tracker.
Credits
This package is bootstrapped with the help of melihovv/laravel-package-generator.