PHPackages                             andreaspabst/laravel-make-complete-model-set - 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. andreaspabst/laravel-make-complete-model-set

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

andreaspabst/laravel-make-complete-model-set
============================================

Creates Model, Resource,

12151PHP

Since Feb 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/andreaspabst/laravel-make-complete-model-set)[ Packagist](https://packagist.org/packages/andreaspabst/laravel-make-complete-model-set)[ RSS](/packages/andreaspabst-laravel-make-complete-model-set/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Make Full API Resource Files
====================================

[](#laravel-make-full-api-resource-files)

About
-----

[](#about)

This Laravel command make:complete-model-set creates all usable Classes for creating an API.

- Model (with or without Migration)
- Controller with all Requests (ModelIndexRequest, ModelStoreRequest,...)
- Resources (Collection and Single)

How To Install
--------------

[](#how-to-install)

### Composer Setup

[](#composer-setup)

`composer require --dev andreaspabst/laravel-make-complete-model-set`

### Register Service Provider

[](#register-service-provider)

After installing the package via composer, you have to add the Service Provider to your `config/app.php`

```
...
AndreasPabst\LaravelMakeCompleteModelSet\LaravelMakeCompleteModelSetServiceProvider::class,
...

```

How To Call
-----------

[](#how-to-call)

`php artisan make:complete-model-set`

It will be a guided wizard through the creating steps.

Example Wizard
--------------

[](#example-wizard)

```
$ php artisan make:complete-model-set

Generating complete controller set

 Enter the Model Name...:
 > Post

 Do you want a Model? (yes/no) [no]:
 > y

  Crafting Post model...

 Do you want a migration? (yes/no) [no]:
 > y

  Crafting create_posts_table migration...

 Do you want Resources? (yes/no) [no]:
 > y

  Crafting Post resource...
  Crafting PostCollection collection...

 Do you want a controller? (yes/no) [no]:
 > y

  Crafting PostController controller

 Do you want to including all requests into controller creation? (yes/no) [no]:
 > y

  Crafting request...
  Crafting controller...

```

Other stuff...
--------------

[](#other-stuff)

Have Fun Using!

Security
========

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Postcardware
============

[](#postcardware)

You're free to use this package, but if it makes it to your product we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.

Our address is provided on [Andreas Pabst.com](https://www.andreaspabst.com)

We publish all received postcards on our website.

Credits
=======

[](#credits)

Andreas Pabst

License
=======

[](#license)

The MIT License (MIT). Please see License File for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

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/8ac43784b43fb52f7bafcc9feaf0fb98d9efc8adaa3f27544c15d92388d2d496?d=identicon)[andreaspabst](/maintainers/andreaspabst)

---

Top Contributors

[![andreaspabst](https://avatars.githubusercontent.com/u/17340010?v=4)](https://github.com/andreaspabst "andreaspabst (8 commits)")

### Embed Badge

![Health badge](/badges/andreaspabst-laravel-make-complete-model-set/health.svg)

```
[![Health](https://phpackages.com/badges/andreaspabst-laravel-make-complete-model-set/health.svg)](https://phpackages.com/packages/andreaspabst-laravel-make-complete-model-set)
```

PHPackages © 2026

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