walternascimentobarroso / laravel-crud-generator
There is no license information available for the latest version (dev-master) of this package.
laravel-crud-generator
Package info
github.com/walternascimentobarroso/laravel-crud-generator
pkg:composer/walternascimentobarroso/laravel-crud-generator
dev-master
2020-02-21 20:56 UTC
This package is auto-updated.
Last update: 2026-02-22 10:08:07 UTC
README
Via Composer
composer require walternascimentobarroso/laravel-crud-generator
Add the service provider in config/app.php:'
WalterNascimentoBarroso\CrudGenerator\CrudGeneratorServiceProvider::class,
if use the first time, run the code below:
php artisan vendor:publish --provider="WalterNascimentoBarroso\CrudGenerator\CrudGeneratorServiceProvider"