PHPackages                             danielsundermeier/laravel-make - 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. danielsundermeier/laravel-make

ActiveLibrary

danielsundermeier/laravel-make
==============================

Description.

0.4.0(5y ago)063MITPHP

Since Oct 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/danielsundermeier/laravel-make)[ Packagist](https://packagist.org/packages/danielsundermeier/laravel-make)[ RSS](/packages/danielsundermeier-laravel-make/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

Laravel Make
============

[](#laravel-make)

Extended Laravel Make Commands. Creates Tests, Views and a policy with stubs.

[![Console output](https://user-images.githubusercontent.com/12516165/97105734-89b67c00-16bd-11eb-9fc8-1146dd7d6ff9.png)](https://user-images.githubusercontent.com/12516165/97105734-89b67c00-16bd-11eb-9fc8-1146dd7d6ff9.png)

Installation
------------

[](#installation)

You may install the package via Composer:

```
composer require danielsundermeier/laravel-make

```

After that you may copy the stubs.

```
php artisan make:install
```

Usage
-----

[](#usage)

Use your make commands just like before.

### Make Model

[](#make-model)

```
php artisan make:model Model -a
```

This will create additionaly:

- Unit Test
- ControllerTest
- Views
    - index
    - show
    - edit
- Policy

### Parent Option

[](#parent-option)

The `parent` Option will create a nested Controller and a nested Test

```
php artisan make:model Model -a --parent=Parent
php artisan make:test ModelTest --parent=Parent
```

### Make Views

[](#make-views)

```
php artisan make:view model/index
```

### Make Traits

[](#make-traits)

```
php artisan make:trait Foo\\Bar
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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 ~0 days

Total

4

Last Release

2022d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5f15a17f8383957f1ecbce17b3732287c903358b6491a08d8f517592cc3fe32a?d=identicon)[taces2](/maintainers/taces2)

---

Top Contributors

[![danielsundermeier](https://avatars.githubusercontent.com/u/12516165?v=4)](https://github.com/danielsundermeier "danielsundermeier (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/danielsundermeier-laravel-make/health.svg)

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

PHPackages © 2026

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