PHPackages                             tefoh/laravel-scaffold-command - 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. tefoh/laravel-scaffold-command

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

tefoh/laravel-scaffold-command
==============================

create all necessary files for crud with one command.

0.1.0(4y ago)11445MITPHPPHP ^8.0|^8.1

Since Sep 15Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Tefoh/laravel-scaffold-command)[ Packagist](https://packagist.org/packages/tefoh/laravel-scaffold-command)[ RSS](/packages/tefoh-laravel-scaffold-command/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

laravel scaffold command
========================

[](#laravel-scaffold-command)

create all necessary files for crud operation with one command
--------------------------------------------------------------

[](#create-all-necessary-files-for-crud-operation-with-one-command)

- model
- resource controller, api or just regular crud controller
- migration with fields
- feature tests
- views, if crud is not api
    - index
    - create
    - show
    - edit
- resources, if crud is api
    - resource class
    - resource collection class

installation
------------

[](#installation)

```
composer require tefoh/laravel-scaffold-command
```

next

```
php artisan vendor:publish --tag=scaffold-stubs
```

### usage

[](#usage)

```
php artisan scaffold {your entity name}

like php artisan scaffold Category --fields=name:string,slug:string,parent_id:foreignId
```

enjoy :)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

1752d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/31caa706fbe13f6fbb24e5681a46fe2ccfb64d4511ae8fae43ef052bf933328b?d=identicon)[tefo\_h](/maintainers/tefo_h)

---

Top Contributors

[![Tefoh](https://avatars.githubusercontent.com/u/26341440?v=4)](https://github.com/Tefoh "Tefoh (1 commits)")

---

Tags

phplaravel

### Embed Badge

![Health badge](/badges/tefoh-laravel-scaffold-command/health.svg)

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

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.5k55.4M8.3k](/packages/larastan-larastan)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k90.5k1](/packages/mike-bronner-laravel-model-caching)[tehwave/laravel-achievements

Simple, elegant Achievements the Laravel way

7213.0k](/packages/tehwave-laravel-achievements)[calebdw/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

15118.7k4](/packages/calebdw-larastan)

PHPackages © 2026

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