PHPackages                             xf/xfscaffold - 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. xf/xfscaffold

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

xf/xfscaffold
=============

Extend Laravel 5.5 generators scaffold.

0957PHP

Since Nov 25Pushed 8y agoCompare

[ Source](https://github.com/osktgui/xfscaffold)[ Packagist](https://packagist.org/packages/xf/xfscaffold)[ RSS](/packages/xf-xfscaffold/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5.x Scaffold Generator
==============================

[](#laravel-5x-scaffold-generator)

Usage
-----

[](#usage)

### Step 1: Install Through Composer

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

```
composer require xf/xfscaffold:dev-master --dev

```

##### 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:

```
xf\xfscaffold\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 [Luis Oscátegui](https://github.com/osktgui "osktgui")

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://www.gravatar.com/avatar/f38da0549ab79e66c5247777fe0bc43baad35e53fa01276a24f6f0d5cbedf01b?d=identicon)[osktgui](/maintainers/osktgui)

### Embed Badge

![Health badge](/badges/xf-xfscaffold/health.svg)

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

###  Alternatives

[butschster/meta-tags

The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project

628730.7k2](/packages/butschster-meta-tags)

PHPackages © 2026

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