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

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

luiz0067yahoo/laravel-scaffold-command-1
========================================

create all necessary files for crud with one command.

259PHP

Since Oct 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/luiz0067yahoo/laravel-scaffold-command-1)[ Packagist](https://packagist.org/packages/luiz0067yahoo/laravel-scaffold-command-1)[ RSS](/packages/luiz0067yahoo-laravel-scaffold-command-1/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

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

[](#laravel-scaffold-command)

```
composer require luiz0067yahoo/laravel-scaffold-command-1:dev-main
```

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

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

### usage

[](#usage)

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

or

```
php artisan scaffold Category --fields=name:string,slug:string --api
```

php artisan delete all elements

```
php artisan scaffold  Category --remove
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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/a05c2a4b8e4d084e1c5be33bf01f2060e0b038d9d02d0c2b45df8a0a901578bb?d=identicon)[luiz0067](/maintainers/luiz0067)

---

Top Contributors

[![luiz0067yahoo](https://avatars.githubusercontent.com/u/102493028?v=4)](https://github.com/luiz0067yahoo "luiz0067yahoo (41 commits)")

### Embed Badge

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

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

###  Alternatives

[dmind/cookieman

Provides a user consent popup. It asks for approval to include tracking objects (cookies, images or any HTML) and includes the objects when consented. It also removes cookies after the consent has been revoked.

39190.5k](/packages/dmind-cookieman)

PHPackages © 2026

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