Looking to hire Laravel developers? Try LaraJobs

laravel-crud-generator maintained by walternascimentobarroso

Description
laravel-crud-generator
Last update
2020/02/21 21:56 (dev-master)
Links
Downloads
138

Comments
comments powered by Disqus

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"