Search by

andor9229 / laravelcrudgenerator

sc-andreaortu

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

A CRUD generator for laravel

Package info

github.com/andor9229/laravelcrudgenerator

Issues

pkg:composer/andor9229/laravelcrudgenerator

Statistics

Installs: 647

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-08-29 02:11:54 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