andor9229/laravelcrudgenerator

There is no license information available for the latest version (v0.0.9) of this package.

A CRUD generator for laravel

Installs: 647

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/andor9229/laravelcrudgenerator

v0.0.9 2020-01-03 11:39 UTC

README

An easy way to create Crud of a resource.

Total Downloads Latest Stable Version Latest Stable Version

Installation and Configuration

Install the current version of the andor9229/laravelcrudgenerator package via composer:

composer require andor9229/laravelcrudgenerator

adding the following to your application's config\app

\Andor9229\LaravelCrudGenerator\LaravelCrudGeneratorServiceProvider::class,

and run php artisan vendor:publish --provider="Cviebrock\LaravelElasticsearch\ServiceProvider" in your terminal

Usage

Run php artisan make:crud ModelName