PHPackages                             gloudemans/scaffolding - 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. gloudemans/scaffolding

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

gloudemans/scaffolding
======================

27PHP

Since Apr 1Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Crinsane/LaravelScaffolding)[ Packagist](https://packagist.org/packages/gloudemans/scaffolding)[ RSS](/packages/gloudemans-scaffolding/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Scaffolding
-------------------

[](#laravel-scaffolding)

Scaffold an application.

This packages is still under development. So use on own risk.

Create entity models in Yaml format, let me give you an example

```
name: User

table: users

attributes:
  - name: email
    type: string
    fillable: true
    rules: [required, email]
  - name: password
    type: string
    fillable: true
    rules: ['min:10']
  - name: firstname
    type: string
    fillable: true
    rules: [required, 'min:2']
  - name: lastname
    type: string
    fillable: true
    rules: [required, 'min:2']

settings:
  destroyable: true
  editable: true
  increments: true
  timestamps: true
  softdeletes: true
  auth: true

relations:
  has_many:
    - entity: Task
    - entity: Something
      key: some_id
```

Put them in a folder called `entities` at the root of your application.

Now you have two artisan commands to use

- `artisan scaffold` to scaffold the application
- `artisan scaffold:clear` to remote the scaffolding

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

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

---

Top Contributors

[![Crinsane](https://avatars.githubusercontent.com/u/1297781?v=4)](https://github.com/Crinsane "Crinsane (2 commits)")

### Embed Badge

![Health badge](/badges/gloudemans-scaffolding/health.svg)

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

###  Alternatives

[tractorcow/silverstripe-autocomplete

Autocomplete text field for Silverstripe

35364.2k6](/packages/tractorcow-silverstripe-autocomplete)[squareetlabs/laravel-openvidu

Laravel client for controlling your videocalls from your Openvidu server.

2810.8k](/packages/squareetlabs-laravel-openvidu)

PHPackages © 2026

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