Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walternascimentobarroso/laravel-crud-generator
CRUD generator for laravel 6
https://github.com/walternascimentobarroso/laravel-crud-generator
composer laravel6 php7
Last synced: 23 days ago
JSON representation
CRUD generator for laravel 6
- Host: GitHub
- URL: https://github.com/walternascimentobarroso/laravel-crud-generator
- Owner: walternascimentobarroso
- License: mit
- Created: 2019-07-22T12:49:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-21T20:56:05.000Z (over 4 years ago)
- Last Synced: 2024-10-01T16:53:44.042Z (about 1 month ago)
- Topics: composer, laravel6, php7
- Language: PHP
- Homepage:
- Size: 201 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/walternascimentobarroso/laravel-crud-generator.svg?branch=develop)](https://travis-ci.org/walternascimentobarroso/laravel-crud-generator)
[![Latest Stable Version](https://poser.pugx.org/walternascimentobarroso/laravel-crud-generator/v/stable.png)](https://packagist.org/packages/walternascimentobarroso/laravel-crud-generator)
[![Total Downloads](https://poser.pugx.org/walternascimentobarroso/laravel-crud-generator/downloads.png)](https://packagist.org/packages/walternascimentobarroso/laravel-crud-generator)Via Composer
```bash
composer require walternascimentobarroso/laravel-crud-generator
```Add the service provider in `config/app.php`:'
```php
WalterNascimentoBarroso\CrudGenerator\CrudGeneratorServiceProvider::class,
```if use the first time, run the code below:
```bash
php artisan vendor:publish --provider="WalterNascimentoBarroso\CrudGenerator\CrudGeneratorServiceProvider"
```