PHPackages                             yish/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. [Framework](/categories/framework)
4. /
5. yish/scaffold

AbandonedArchivedLibrary[Framework](/categories/framework)

yish/scaffold
=============

Super fast build CRUD resource for Laravel.

1.1.1(5y ago)7153MITPHPPHP &gt;=7

Since Mar 21Pushed 5y agoCompare

[ Source](https://github.com/Mombuyish/Scaffold)[ Packagist](https://packagist.org/packages/yish/scaffold)[ RSS](/packages/yish-scaffold/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (8)Dependencies (3)Versions (14)Used By (0)

[![](https://camo.githubusercontent.com/be9f5683acea440f26f83567bceeedfc59aeffd8eafa0c65f4c714c5b67c8a65/68747470733a2f2f692e696d6775722e636f6d2f3054456c6a41472e706e67)](https://camo.githubusercontent.com/be9f5683acea440f26f83567bceeedfc59aeffd8eafa0c65f4c714c5b67c8a65/68747470733a2f2f692e696d6775722e636f6d2f3054456c6a41472e706e67)

Scaffold
========

[](#scaffold)

Super fast build CRUD resource for Laravel.

Installation
============

[](#installation)

```
$ composer require yish/scaffold

```

5.5 or later: *Auto discovery*

previous version

```
Yish\Scaffold\ScaffoldServiceProvider::class

```

Publish config (require)
========================

[](#publish-config-require)

```
$ php artisan vendor:publish

```

Usage
=====

[](#usage)

```
$ php artisan make:scaffold Post

```

It will be generating blong:

- request
- controller (including CRUD)
- migration
- model
- factory
- views {index, create, edit, show}
- append Route::resource(...) to specific route file.

Option
======

[](#option)

```
$ php artisan make:scaffold Post --route=api

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 94.1% 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 ~75 days

Recently: every ~224 days

Total

13

Last Release

2121d ago

Major Versions

0.1.1 → 1.0.02018-03-21

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8007787?v=4)[Yish](/maintainers/Mombuyish)[@Mombuyish](https://github.com/Mombuyish)

---

Top Contributors

[![Mombuyish](https://avatars.githubusercontent.com/u/8007787?v=4)](https://github.com/Mombuyish "Mombuyish (16 commits)")[![killtw](https://avatars.githubusercontent.com/u/1076225?v=4)](https://github.com/killtw "killtw (1 commits)")

### Embed Badge

![Health badge](/badges/yish-scaffold/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M169](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

21332.6M1.5k](/packages/illuminate-queue)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k36.1M162](/packages/laravel-breeze)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M131](/packages/laravel-mcp)[laravel/sail

Docker files for running a basic Laravel application.

1.9k199.2M1.2k](/packages/laravel-sail)[laravel/folio

Page based routing for Laravel.

603583.7k31](/packages/laravel-folio)

PHPackages © 2026

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