PHPackages                             mtpal/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. mtpal/crud-generator

ActiveLibrary[Admin Panels](/categories/admin)

mtpal/crud-generator
====================

A crud generator

1.0.0(7y ago)05MITPHPPHP &gt;=7.0

Since Oct 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/mtpal/crud-generator)[ Packagist](https://packagist.org/packages/mtpal/crud-generator)[ RSS](/packages/mtpal-crud-generator/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (2)Used By (0)

Crud Generator
==============

[](#crud-generator)

cloned from

Package description: Please use the original package instead this one. This package was clone for personal project.

Installation
------------

[](#installation)

Install via composer

```
composer require mtpal/crud-generator
```

### Register Service Provider

[](#register-service-provider)

**Note! This and next step are optional if you use laravel&gt;=5.5 with package auto discovery feature.**

Add service provider to `config/app.php` in `providers` section

```
Mtpal\CrudGenerator\ServiceProvider::class,
```

### Register Facade

[](#register-facade)

Register package facade in `config/app.php` in `aliases` section

```
Mtpal\CrudGenerator\Facades\CrudGenerator::class,
```

Usage
-----

[](#usage)

### CRUD Command

[](#crud-command)

With admin directory just add admin middleware, guard etc ..... in the controllers or routes

```
php artisan crud:generate Posts --fields='title#string; content#text; category#select#options={"technology": "Technology", "tips": "Tips", "health": "Health"}' --view-path=admin --controller-namespace=Admin --route-group=admin --form-helper=html --validations='title#required'

```

```
php artisan migrate

```

Without any admin directory

```
php artisan crud:generate Items --fields='title#string; description#text' --form-helper=html --validations='title#required'

```

```
php artisan migrate

```

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Author
------

[](#author)

[Sohel Amin](http://sohelamin.com) 📧 [Email Me](mailto:sohelamincse@gmail.com)

Credits
-------

[](#credits)

This package is bootstrapped with the help of [melihovv/laravel-package-generator](https://github.com/melihovv/laravel-package-generator).

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

2766d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10849628?v=4)[mateo palli](/maintainers/mtpal)[@mtpal](https://github.com/mtpal)

---

Tags

generatorcrud

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[brackets/admin-generator

Laravel 8 CRUD generator for brackets/craftable

50190.9k](/packages/brackets-admin-generator)

PHPackages © 2026

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