PHPackages                             amcysoft/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. [Framework](/categories/framework)
4. /
5. amcysoft/scaffold

ActiveLaravel-scaffold[Framework](/categories/framework)

amcysoft/scaffold
=================

Laravel 5 scaffold with bootstrap 3 template

194[1 PRs](https://github.com/amcysoft/scaffold/pulls)

Since Jun 18Compare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

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

Hi, this is a scaffold generator for Laravel 5.2 with bootstrap 3 template.

Usage
-----

[](#usage)

### Step 1: Install Through Composer

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

```
composer require 'amcysoft/scaffold' "@dev"

```

### Step 2: Add the Service Provider

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

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

```
Amcysoft\Scaffold\ScaffoldServiceProvider::class,

```

### Step 3: Run Artisan!

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

You're now able to run artisan command. Run `php artisan` from the console, and you'll see the new commands `make:scaffold`. But before doing this, run the following command to make the setup.

```
php artisan make:auth

```

Examples
--------

[](#examples)

```
php artisan make:scaffold Article title:string description:text

```

This command will generate:

```
database/migrations/2016_06_18_171537_create_articles_table.php
app/Http/Controllers/ArticlesController.php
app/Article.php
resources/views/articles/create.blade.php
resources/views/articles/edit.blade.php
resources/views/articles/form.blade.php
resources/views/articles/index.blade.php
resources/views/articles/show.blade.php
database/seeds/ArticlesTableSeeder.php

```

This scaffolding will automatically add route to **routes.php** file, run the **migration**, and *seeds* the data.

Rollback Scaffold
-----------------

[](#rollback-scaffold)

You can also rollback your scaffolding by the following command.

```
php artisan remove:scaffold Article

```

This will reverse all the process generated by scaffold:make command.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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/928911?v=4)[Raheel](/maintainers/raheel)[@raheel](https://github.com/raheel)

---

Top Contributors

[![raheel-shahzad](https://avatars.githubusercontent.com/u/17933648?v=4)](https://github.com/raheel-shahzad "raheel-shahzad (7 commits)")

### Embed Badge

![Health badge](/badges/amcysoft-scaffold/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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