walternascimentobarroso/laravel-crud-generator

There is no license information available for the latest version (dev-master) of this package.

laravel-crud-generator

dev-master 2020-02-21 20:56 UTC

This package is auto-updated.

Last update: 2025-06-22 08:44:22 UTC


README

Build Status Latest Stable Version Total Downloads

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"