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. yish/scaffold

AbandonedArchivedLibrary

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 5d 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 72% 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

2076d 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

[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)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[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)[sammyjo20/lasso

Lasso - Asset wrangling for Laravel made simple.

355347.9k](/packages/sammyjo20-lasso)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)

PHPackages © 2026

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