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

ActiveLibrary

marasco/l5scaffold
==================

Extend Laravel 5's generators scaffold using AdminLTE2. Fork from Fernando Brito

1.0.10(9y ago)031MITPHPPHP &gt;=5.4.0

Since Apr 23Pushed 9y ago2 watchersCompare

[ Source](https://github.com/marasco/l5scaffold)[ Packagist](https://packagist.org/packages/marasco/l5scaffold)[ RSS](/packages/marasco-l5scaffold/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (14)Used By (0)

Laravel 5.2 Scaffold Generator
==============================

[](#laravel-52-scaffold-generator)

Hi, this is a scaffold generator for Laravel 5.2. (Laravel scaffold for Laravel 5.1? change branch to laravel-5.1 )

This is a fork from Fernando Brito (laralib/l5scaffold)

Usage
-----

[](#usage)

### Step 1: Install Through Composer

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

```
composer require 'marasco/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"

```

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

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

```

This command will generate:

```
app/Tweet.php
app/Http/Controllers/TweetController.php
database/migrations/2015_04_23_234422_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

```

And don't forget to run:

```
php artisan migrate

```

### Other Examples (new)

[](#other-examples-new)

Same as above with use of the prefix. It will create the prefix in redirects of controller and the links of views (v1.0.7):

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

```

Create the empty scaffold views, controller, seed, migration and model (v1.0.6):

```
php artisan make:scaffold Tweet

```

Create the empty scaffold (with prefix) views, controller, seed, migration and model (v1.0.7):

```
php artisan make:scaffold Tweet --prefix="admin"

```

Scaffold
--------

[](#scaffold)

[![image](https://camo.githubusercontent.com/618a183795bc50d13359a0dea735fa6ab562fddd9d87e83876cdb81dceb3efdc/687474703a2f2f6936322e74696e797069632e636f6d2f31316d617665622e706e67)](https://camo.githubusercontent.com/618a183795bc50d13359a0dea735fa6ab562fddd9d87e83876cdb81dceb3efdc/687474703a2f2f6936322e74696e797069632e636f6d2f31316d617665622e706e67)[![image](https://camo.githubusercontent.com/e7da9215017564922f1f446ce9d678f24652468869982f0dd4fa3698448f8e70/687474703a2f2f6935382e74696e797069632e636f6d2f6571636861742e706e67)](https://camo.githubusercontent.com/e7da9215017564922f1f446ce9d678f24652468869982f0dd4fa3698448f8e70/687474703a2f2f6935382e74696e797069632e636f6d2f6571636861742e706e67)[![image](https://camo.githubusercontent.com/12e243ba07d1cfeb2e9d7faee709509f693c566ce83e0fc31c97a6183fffc3ae/687474703a2f2f6936322e74696e797069632e636f6d2f323068376b386e2e706e67)](https://camo.githubusercontent.com/12e243ba07d1cfeb2e9d7faee709509f693c566ce83e0fc31c97a6183fffc3ae/687474703a2f2f6936322e74696e797069632e636f6d2f323068376b386e2e706e67)

\###Data type Date (on view) [![image](https://camo.githubusercontent.com/fac269bc130649fe50406c2a2b29ea3a261281ca383800cc7955351d5f85d46a/687474703a2f2f6936352e74696e797069632e636f6d2f3239776f6f786c2e706e67)](https://camo.githubusercontent.com/fac269bc130649fe50406c2a2b29ea3a261281ca383800cc7955351d5f85d46a/687474703a2f2f6936352e74696e797069632e636f6d2f3239776f6f786c2e706e67)

\###Data type Boolean (on view) [![image](https://camo.githubusercontent.com/9891d6ffd7cf0addae87ebdb8df0bd6795b9809c206bb8ffd93b8722742c9fab/687474703a2f2f6936352e74696e797069632e636f6d2f616665686c352e6a7067)](https://camo.githubusercontent.com/9891d6ffd7cf0addae87ebdb8df0bd6795b9809c206bb8ffd93b8722742c9fab/687474703a2f2f6936352e74696e797069632e636f6d2f616665686c352e6a7067)

Todo task list
==============

[](#todo-task-list)

1 - Validations

2 - Support a Localization

3 - More fields type

4 - Default tests file

5 - sass and js with gulp

**Send us your ideas.** (send message to @fernandobritofl (Twitter))

\##Collaborators [Fernando Brito](https://github.com/fernandobritofl "fernandobritofl")
[Francisco Marasco](https://github.com/marasco "Marasco")
[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")

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity65

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

Recently: every ~2 days

Total

11

Last Release

3595d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b07a48060e3fde8906d61417cb0b59cf946228e39b8a648b6ca8298de3c5943d?d=identicon)[marasco](/maintainers/marasco)

---

Top Contributors

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

---

Tags

laravelscaffoldlaravel5generators

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/marasco-l5scaffold/health.svg)](https://phpackages.com/packages/marasco-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)[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)
