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

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

joelbutcher/laravel-make-commands
=================================

A simple package for extending functionality of the core make commands in Laravel

v1.0.2(5y ago)1111MITPHPPHP &gt;=7.0CI failing

Since May 24Pushed 5y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Laravel Make Commands
=====================

[](#laravel-make-commands)

[![Style CI](https://camo.githubusercontent.com/3cee0c6d047b76190d75880f58a959bdac0b47507c68563d57694809a15ad7fa/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3236363539303336332f736869656c64)](https://packagist.org/packages/joelbutcher/laravel-make-commands)[![License](https://camo.githubusercontent.com/b5924d4b515082b8e54cd79c8ac6f34a2cd87907b0c3e593dd80839d7cb39380/68747470733a2f2f706f7365722e707567782e6f72672f62617272797664682f6c61726176656c2d64656275676261722f6c6963656e73652e706e67)](https://packagist.org/packages/joelbutcher/laravel-make-commands)

This is a package that can be used to extend the functionality of Laravels `make` commands. It allows developers to define the destination of their new files.

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

[](#installation)

Require this package with composer. It is recommended to only require the package for development.

```
composer require joelbutcher/laravel-make-commands --dev
```

Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

### Laravel without auto-discovery:

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
JoelButcher\LaravelMakeCommands\ServiceProvider::class,
```

Enabled Commands
----------------

[](#enabled-commands)

This package only works with the `make` commands that Laravel doesnt use in it's core system, such as Factories, Seeders and Migrations. The following commands are enabled:

```
ChannelMakeCommand::class
ComponentMakeCommand::class
ConsoleMakeCommand::class
ControllerMakeCommand::class
EventMakeCommand::class
ExceptionMakeCommand::class
JobMakeCommand::class
ListenerMakeCommand::class
MailMakeCommand::class
MiddlewareMakeCommand::class
NotificationMakeCommand::class
ObserverMakeCommand::class
PolicyMakeCommand::class
ProviderMakeCommand::class
RequestMakeCommand::class
ResourceMakeCommand::class
RuleMakeCommand::class
```

License
-------

[](#license)

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

2062d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb6903ee363d9201681e47a2dcbe12148b7d299dd9e37229cad774ecd923fd6e?d=identicon)[joelbutcher](/maintainers/joelbutcher)

---

Top Contributors

[![joelbutcher](https://avatars.githubusercontent.com/u/7163152?v=4)](https://github.com/joelbutcher "joelbutcher (6 commits)")

### Embed Badge

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

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

###  Alternatives

[prologue/alerts

Prologue Alerts is a package that handles global site messages.

3486.1M30](/packages/prologue-alerts)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[flarum/core

Delightfully simple forum software.

211.3M1.9k](/packages/flarum-core)[dragon-code/pretty-routes

Pretty Routes for Laravel

10058.7k4](/packages/dragon-code-pretty-routes)

PHPackages © 2026

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