PHPackages                             ogrre/laravel-crud-generator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. ogrre/laravel-crud-generator

ActiveLibrary[Admin Panels](/categories/admin)

ogrre/laravel-crud-generator
============================

Package to generate CRUD with all necessary files for new Model

1.0.1(2y ago)1281MITPHPPHP &gt;=7.3.0

Since Jan 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/0grre/laravel-crud-generator)[ Packagist](https://packagist.org/packages/ogrre/laravel-crud-generator)[ RSS](/packages/ogrre-laravel-crud-generator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

Laravel CRUD Generator
======================

[](#laravel-crud-generator)

[![Packagist Version](https://camo.githubusercontent.com/ef0bf16794063259aac1ae0219e136eebbb6b722af309c2f76fb14555306314f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f677272652f6c61726176656c2d637275642d67656e657261746f72)](https://camo.githubusercontent.com/ef0bf16794063259aac1ae0219e136eebbb6b722af309c2f76fb14555306314f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f677272652f6c61726176656c2d637275642d67656e657261746f72)[![GitHub License](https://camo.githubusercontent.com/66b93c5e3ed0f077be5f80f02c64c460ecc662ab8ea2b2703408729309ae358f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f30677272652f6c61726176656c2d637275642d67656e657261746f72)](https://camo.githubusercontent.com/66b93c5e3ed0f077be5f80f02c64c460ecc662ab8ea2b2703408729309ae358f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f30677272652f6c61726176656c2d637275642d67656e657261746f72)[![Packagist Downloads](https://camo.githubusercontent.com/e9a6f46e341455cc80498dbb836beb86df2e68f31bfed475db685eb1db7658cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f677272652f6c61726176656c2d637275642d67656e657261746f72)](https://camo.githubusercontent.com/e9a6f46e341455cc80498dbb836beb86df2e68f31bfed475db685eb1db7658cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f677272652f6c61726176656c2d637275642d67656e657261746f72)

This package provides a simple way to generate CRUD (Create, Read, Update, Delete) operations in Controller with Model, Requests, Migration and Routes for your Laravel application.

Installation:
-------------

[](#installation)

To install the Laravel CRUD Generator library, run the following command:

```
composer require ogrre/laravel-crud-generator
```

After the installation, publish the vendor files by executing the command:

```
php artisan vendor:publish --provider="Ogrre\\CrudGenerator\\CrudGeneratorServiceProvider"
```

By default, the service provider will be automatically registered in the `app.php` file. However, if needed, you can manually add the service provider in the `config/app.php` file:

```
# config/app.php

'providers' => [
    // ...
    Ogrre\CrudGenerator\CrudGeneratorServiceProvider::class,
];
```

Usage
-----

[](#usage)

After installing the package, you can use the command line to generate CRUD operations for a model:

```
php artisan make:crud NameOfYourModel
```

This command will create:

- Model (if it does not exist)
- Controller with CRUD methods
- Migration files for the database
- Requests validation files
- Update the routes file

Customization
-------------

[](#customization)

You can publish the configuration file and views to customize the generated files:

Contributing
============

[](#contributing)

Contributions are welcome and will be fully credited. I accept contributions via Pull Requests on Github.

Support me
==========

[](#support-me)

[![Buy Me A Coffee](https://camo.githubusercontent.com/0cf29a542375e1a46e84d8bf5805a4e5c0a6ee98b6547ccdc0c55eed49d99c69/68747470733a2f2f63646e2e6275796d6561636f666665652e636f6d2f627574746f6e732f76322f64656661756c742d79656c6c6f772e706e67)](https://www.buymeacoffee.com/0grre)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~27 days

Total

5

Last Release

742d ago

Major Versions

0.0.3 → 1.0.02024-01-13

PHP version history (2 changes)0.0.1PHP ^7.4|^8.0

1.0.1PHP &gt;=7.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d4c871c07ee63285d919d302d5789af131cf66cea09ad55802c95a1d536c01f?d=identicon)[0grre](/maintainers/0grre)

---

Top Contributors

[![ogrre](https://avatars.githubusercontent.com/u/59645891?v=4)](https://github.com/ogrre "ogrre (14 commits)")

---

Tags

command-line-toolcrudcrud-generatorgeneratorlaravellaravel-commandlaravel-librarylaravel-packagelibrarypackagephpphp-package

### Embed Badge

![Health badge](/badges/ogrre-laravel-crud-generator/health.svg)

```
[![Health](https://phpackages.com/badges/ogrre-laravel-crud-generator/health.svg)](https://phpackages.com/packages/ogrre-laravel-crud-generator)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[laravel/ai

The official AI SDK for Laravel.

732506.3k60](/packages/laravel-ai)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
