PHPackages                             ycamposde/ycscaffold - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ycamposde/ycscaffold

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ycamposde/ycscaffold
====================

Extend Laravel 8.0 generators scaffold.

078PHP

Since Nov 22Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/ycamposde/ycscaffold)[ Packagist](https://packagist.org/packages/ycamposde/ycscaffold)[ RSS](/packages/ycamposde-ycscaffold/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 8.x Scaffold Generator CRUD - MVC
=========================================

[](#laravel-8x-scaffold-generator-crud---mvc)

Usage
-----

[](#usage)

### Step 1: Install Through Composer

[](#step-1-install-through-composer)

```
composer require ycamposde/ycscaffold

```

##### add:

[](#add)

```
"required": {
    ...
    ...
    "webpatser/laravel-uuid": "^2.0"
}

```

### Step 2: Add the Service Provider

[](#step-2-add-the-service-provider)

Open `config/app.php` and, to your **providers** array at the bottom, add:

```
ycamposde\ycscaffold\GeneratorsServiceProvider::class,

```

### Step 3: Run Artisan!

[](#step-3-run-artisan)

You're all set. Run `php artisan` from the console, and you'll see the new commands `make:scaffold`.

Examples
--------

[](#examples)

Use this command to generator scaffolding of **Test** in your project:

```
php artisan make:scaffold Test

```

This command will generate:

```
app/Models/Test.php
app/Http/Controllers/Api/TestController.php
app/Http/Request/TestStore.php
app/Repositories/Test.php
app/Services/Test.php

```

\##Collaborators [Yerson Campos](https://github.com/ycamposde "Yerson Campos")

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance40

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35236102?v=4)[YERSON YORDY CAMPOS DE LA CRUZ](/maintainers/ycamposde)[@ycamposde](https://github.com/ycamposde)

---

Top Contributors

[![ycamposde](https://avatars.githubusercontent.com/u/35236102?v=4)](https://github.com/ycamposde "ycamposde (5 commits)")

### Embed Badge

![Health badge](/badges/ycamposde-ycscaffold/health.svg)

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

###  Alternatives

[nordcoders/laravel-service-maker

Generate services and contracts in Laravel with the artisan command

261.4k](/packages/nordcoders-laravel-service-maker)

PHPackages © 2026

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