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
Requires
- nesbot/carbon: 2.28.0
This package is auto-updated.
Last update: 2025-05-29 01:07:58 UTC
README
An easy way to create Crud of a resource.
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