walternascimentobarroso/laravel-crud-generator

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

laravel-crud-generator

Maintainers

Package info

github.com/walternascimentobarroso/laravel-crud-generator

pkg:composer/walternascimentobarroso/laravel-crud-generator

Statistics

Installs: 138

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-22 10:08:07 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"