andor9229/laravelcrudgenerator

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

A CRUD generator for laravel

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

This package is auto-updated.

Last update: 2024-09-29 05:29:37 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