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

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

moonbear/laravel-crud-scaffold
==============================

A Laravel package to help you generate nearly complete CRUD pages like crazy!

1.5.4(6y ago)586MITPHP

Since Dec 27Pushed 6y agoCompare

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

READMEChangelog (7)DependenciesVersions (23)Used By (0)

Laravel CRUD Scaffold
=====================

[](#laravel-crud-scaffold)

A Laravel package to help you generate nearly complete CRUD pages like crazy!

Install
-------

[](#install)

`composer require moonbear/laravel-crud-scaffold`

Configure
---------

[](#configure)

`php artisan vendor:publish --tag=laravel-crud-scaffold`

Use
---

[](#use)

`php artisan mbt:scaffold Model`

If everything goes fine, you should get the following output:

```
Factory created successfully in [project path]/database/factories/ModelFactory.php
Created Migration: [timestamp]_create_models_table
Model created successfully in [project path]/app/Model.php
Controller created successfully in [project path]/app/Http/Controllers/ModelController.php
View successfully created in [project path]/resources/views/models/index.blade.php
View successfully created in [project path]/resources/views/models/_form.blade.php
View successfully created in [project path]/resources/views/models/modals/delete.blade.php
View successfully created in [project path]/resources/views/models/create.blade.php
View successfully created in [project path]/resources/views/models/edit.blade.php
View successfully created in [project path]/resources/views/models/show.blade.php
Request created successfully in [project path]/app/Http/Requests/ModelStoreRequest.php
Request created successfully in [project path]/app/Http/Requests/ModelUpdateRequest.php
```

### Specify Views Directory

[](#specify-views-directory)

`php artisan mbt:scaffold Model --views-dir=dashboard`

### Specify Controller Namespace + Directory

[](#specify-controller-namespace--directory)

`php artisan mbt:scaffold Model --views-dir=dashboard --controller-dir=Dashboard`

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity70

Established project with proven stability

 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 ~14 days

Recently: every ~0 days

Total

21

Last Release

2401d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/036c801930da96f0e1fdf3da1651b8e7e94dcaa4b756f2af80f66a2c94867f63?d=identicon)[jq](/maintainers/jq)

---

Top Contributors

[![JunaidQadirB](https://avatars.githubusercontent.com/u/642353?v=4)](https://github.com/JunaidQadirB "JunaidQadirB (54 commits)")

---

Tags

crudlaravellaravel-packagephpscaffoldscaffolder

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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