PHPackages                             jonatastd/l5scaffold - 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. jonatastd/l5scaffold

ActiveLibrary

jonatastd/l5scaffold
====================

Extend Laravel 5's generators scaffold.

1.1(8y ago)025MITPHPPHP &gt;=5.4.0

Since Apr 23Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jonatastd/l5scaffold)[ Packagist](https://packagist.org/packages/jonatastd/l5scaffold)[ RSS](/packages/jonatastd-l5scaffold/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (16)Used By (0)

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

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

[![Travis](https://camo.githubusercontent.com/a0b24a012a99e8e73b076da03906aa957ee1ec8a73e6ab7d903a3ebd036d1410/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6c6172616c69622f6c3573636166666f6c642e7376673f7374796c653d666c61742d737175617265)](https://github.com/laralib/l5scaffold)[![Packagist](https://camo.githubusercontent.com/a662e84988ce87c58f707f0162789b3d04b118f2aa47958da42c9a85d4333734/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6172616c69622f6c3573636166666f6c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/laralib/l5scaffold)[![Tag](https://camo.githubusercontent.com/eb6f4ef40b4f0342cedc19a86bb1d7dda6cdb6b483eab44894fa2b30d9296b4f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f6c6172616c69622f6c3573636166666f6c642e737667)](https://github.com/laralib/l5scaffold/tags)

Usage
-----

[](#usage)

### Step 1: Install Through Composer

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

```
composer require 'laralib/l5scaffold' --dev

```

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

```
Laralib\L5scaffold\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 **Tweet** in your project:

```
php artisan make:scaffold Tweet \
	--schema="title:string:default('Tweet #1'), body:text"

```

or with more options

```
php artisan make:scaffold Tweet \
	--schema="title:string:default('Tweet #1'), body:text" \
	--ui="bs3" \
	--prefix="admin"

```

This command will generate:

```
app/Tweet.php
app/Http/Controllers/TweetController.php

database/migrations/201x_xx_xx_xxxxxx_create_tweets_table.php
database/seeds/TweetTableSeeder.php

resources/views/layout.blade.php
resources/views/tweets/index.blade.php
resources/views/tweets/show.blade.php
resources/views/tweets/edit.blade.php
resources/views/tweets/create.blade.php

```

After don't forget to run:

```
php artisan migrate

```

Custom stub
-----------

[](#custom-stub)

Create a new folder inside **Stubs &gt; views** with your UI name custom [![image](https://camo.githubusercontent.com/86089f63924a869351ca0f65755c430b59b0c4482ae48eb725c200e990e42628/687474703a2f2f6936362e74696e797069632e636f6d2f31306e647067772e706e67)](https://camo.githubusercontent.com/86089f63924a869351ca0f65755c430b59b0c4482ae48eb725c200e990e42628/687474703a2f2f6936362e74696e797069632e636f6d2f31306e647067772e706e67)

Custom fields in `Stubs > views > **ui-name** > fields`

Custom pages in `Stubs > views > **ui-name** > pages`

💭 **Send us your ideas.** (creating issues)

\##Collaborators [Fernando Brito](https://github.com/fernandobritofl "fernandobritofl")
[Sylvio Tavares](https://github.com/sylviot "Sylviot")
[Raphael Heitor](https://github.com/raphaelheitor "raphaelheitor")
[Alfred Nutile](https://github.com/alnutile "alnutile")
[Sazzad Hossain Khan](https://github.com/itsazzad "itsazzad")
[Alexander Makhaev](https://github.com/mankms "mankms")
[Adam Brown](https://github.com/DeftNerd "DeftNerd")
[TJ Webb](https://github.com/webbtj "webbtj")
[Tsaganos Tolis](https://github.com/Dev-Force "Dev-Force")
[Ryan Gurnick](https://github.com/ryangurn "ryangurn")

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

12

Last Release

3207d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9925497909911501669d8a1545269992cf05849bc7e5afd8d320a7ae3519e308?d=identicon)[jonatastd](/maintainers/jonatastd)

---

Top Contributors

[![sylviot](https://avatars.githubusercontent.com/u/2183643?v=4)](https://github.com/sylviot "sylviot (44 commits)")[![fernandobritofl](https://avatars.githubusercontent.com/u/699879?v=4)](https://github.com/fernandobritofl "fernandobritofl (26 commits)")[![ryangurn](https://avatars.githubusercontent.com/u/1297082?v=4)](https://github.com/ryangurn "ryangurn (24 commits)")[![raphaelheitor](https://avatars.githubusercontent.com/u/2575337?v=4)](https://github.com/raphaelheitor "raphaelheitor (17 commits)")[![jonatastd](https://avatars.githubusercontent.com/u/1504450?v=4)](https://github.com/jonatastd "jonatastd (4 commits)")[![alnutile](https://avatars.githubusercontent.com/u/365385?v=4)](https://github.com/alnutile "alnutile (3 commits)")[![itsazzad](https://avatars.githubusercontent.com/u/54909?v=4)](https://github.com/itsazzad "itsazzad (1 commits)")[![mankms](https://avatars.githubusercontent.com/u/392926?v=4)](https://github.com/mankms "mankms (1 commits)")[![hootlex](https://avatars.githubusercontent.com/u/6147968?v=4)](https://github.com/hootlex "hootlex (1 commits)")[![Dev-Force](https://avatars.githubusercontent.com/u/11722123?v=4)](https://github.com/Dev-Force "Dev-Force (1 commits)")[![DeftNerd](https://avatars.githubusercontent.com/u/3002275?v=4)](https://github.com/DeftNerd "DeftNerd (1 commits)")[![webbtj](https://avatars.githubusercontent.com/u/865814?v=4)](https://github.com/webbtj "webbtj (1 commits)")

---

Tags

laravelscaffoldlaravel5generators

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jonatastd-l5scaffold/health.svg)

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

###  Alternatives

[laralib/l5scaffold

Extend Laravel 5's generators scaffold.

31474.1k](/packages/laralib-l5scaffold)[summerblue/generator

Extend Laravel's generators scaffold.

34139.9k](/packages/summerblue-generator)[rtconner/laravel-likeable

Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.

394388.0k5](/packages/rtconner-laravel-likeable)[dog-ears/crud-d-scaffold

Extend Laravel 7's generators scaffold.

183.1k](/packages/dog-ears-crud-d-scaffold)

PHPackages © 2026

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