PHPackages                             raphagodoi/scaffoldvel - 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. [Templating &amp; Views](/categories/templating)
4. /
5. raphagodoi/scaffoldvel

ActivePackage[Templating &amp; Views](/categories/templating)

raphagodoi/scaffoldvel
======================

Extend Laravel 5's generators scaffold and create custom views

0.12(5y ago)0210MITPHPPHP &gt;=5.4.0CI failing

Since Nov 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/raphagodoi/scaffoldvel)[ Packagist](https://packagist.org/packages/raphagodoi/scaffoldvel)[ RSS](/packages/raphagodoi-scaffoldvel/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (14)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 'raphagodoi/scaffoldvel' --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:

```
RaphaGodoi\ScaffoldVel\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 scaffold/ \*\* your view name \*\* // default is bs3

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

\##Collaborators Package baseda na package:

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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.

###  Release Activity

Cadence

Every ~153 days

Recently: every ~0 days

Total

12

Last Release

1840d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1b4220e9edd0645f4164c183da9b852444a7e36d57de1db2bbe85af1838a6722?d=identicon)[raphagodoi](/maintainers/raphagodoi)

---

Top Contributors

[![raphaelgodoi](https://avatars.githubusercontent.com/u/3275387?v=4)](https://github.com/raphaelgodoi "raphaelgodoi (16 commits)")

---

Tags

laravelscaffoldlaravel5generators

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/raphagodoi-scaffoldvel/health.svg)

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

###  Alternatives

[laralib/l5scaffold

Extend Laravel 5's generators scaffold.

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

Extend Laravel's generators scaffold.

33540.5k](/packages/summerblue-generator)

PHPackages © 2026

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