PHPackages                             mwi/laravel-crud - 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. mwi/laravel-crud

ActiveLibrary[Admin Panels](/categories/admin)

mwi/laravel-crud
================

MWI Crud setup for Laravel Projects

3.2.2(6y ago)18.5kMITPHP

Since Dec 19Pushed 6y agoCompare

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

READMEChangelogDependencies (1)Versions (22)Used By (0)

CRUD
====

[](#crud)

We have put together a CRUD command. It will set up all the core files necessary to create a well put together CRUD. Routes and Views will need to be added separately given the complexity of some applications.

The files included are:

- model
- controller
- API controller
- handler (service)
- policy
- request
- management (trait for additional route method)
- helpers (trait for manipulating data)
- transformer (for fractal with API)
- views (basic crud views)
- tests (feature and unit examples)

For command help

```
$ php artisan -h make:crud
```

### Required Arguments

[](#required-arguments)

First argument is the name of the model. Second Argument is the plural version.

```
$ php artisan make:crud SalesTerritory SalesTerritories
```

### Migration

[](#migration)

By default this command will also create a migration for the new model. If you'd prefer to not create the migration use the `--no-migration` option.

```
$ php artisan make:crud SalesTerritory SalesTerritories --no-migration
```

### Specific Resources

[](#specific-resources)

By default the command will create all of the resources available. If you only need a few resources you may use the `--with` option. This will prompt for you to specify which resources you need.

```
$ php artisan make:crud SalesTerritory SalesTerritories --with
```

### API Resources

[](#api-resources)

If you wish to create the resources for an API you may use the `--api` option. This will generate a base ApiController if one does not exist along with an api specific controller on top of the normal controller for the model.

```
$ php artisan make:crud SalesTerritory SalesTerritories --api
```

All of these options may be used in conjunction with one another to produce the desired resources.

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 95.5% 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 ~33 days

Recently: every ~6 days

Total

21

Last Release

2449d ago

Major Versions

v1.0.2 → 2.0.02018-03-29

v2.1.6 → 3.0.02019-07-17

### Community

Maintainers

![](https://www.gravatar.com/avatar/f4c3948df6c8a2a3a9693e608069abf65a4f2f98f01bf911882ed8c247a5851d?d=identicon)[midwesternInteractive](/maintainers/midwesternInteractive)

---

Top Contributors

[![ryandoss](https://avatars.githubusercontent.com/u/575173?v=4)](https://github.com/ryandoss "ryandoss (42 commits)")[![MidwesternInteractive](https://avatars.githubusercontent.com/u/30080874?v=4)](https://github.com/MidwesternInteractive "MidwesternInteractive (2 commits)")

---

Tags

laravelcrud

### Embed Badge

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

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M217](/packages/backpack-crud)[printnow/laravel-admin

Dcat admin 永久分叉版 / 支持 Laravel 10-13, PHP 版本限制 &gt;= 8.1（支持 PHP 8.5）

452.4k](/packages/printnow-laravel-admin)

PHPackages © 2026

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