PHPackages                             cooper/laravel-custom-make-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. [CLI &amp; Console](/categories/cli)
4. /
5. cooper/laravel-custom-make-command

ActiveLibrary[CLI &amp; Console](/categories/cli)

cooper/laravel-custom-make-command
==================================

custom laravel make commands for dev.

v0.0.1(3y ago)09MITPHPPHP &gt;=8.0

Since Feb 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/myxiaoao/laravel-custom-make-command)[ Packagist](https://packagist.org/packages/cooper/laravel-custom-make-command)[ RSS](/packages/cooper-laravel-custom-make-command/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Custom Make Command
===========================

[](#laravel-custom-make-command)

custom laravel make commands for dev.

Requirements
------------

[](#requirements)

- PHP 8.0 or higher
- Laravel 9.0 or higher

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

[](#installation)

```
composer require cooper/laravel-custom-make-command --dev
```

Usage
-----

[](#usage)

> **Note**
> Support for sub-folders.

- make:service

```
php artisan make:service demo

// Service [app/Services/DemoService.php] created successfully.
```

- make:repository

```
php artisan make:repository demo

// Repository [app/Repositories/DemoRepository.php] created successfully.
```

- make:action

```
php artisan make:action demo

// Action [app/Actions/DemoAction.php] created successfully..
```

- make:dao

```
php artisan make:dao demo

// DAO [app/DAOs/DemoDAO.php] created successfully.
```

License
-------

[](#license)

Laravel Custom Make Command is open-sourced software licensed under [the MIT license](LICENSE.md).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1174d ago

### Community

Maintainers

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

---

Top Contributors

[![myxiaoao](https://avatars.githubusercontent.com/u/1223134?v=4)](https://github.com/myxiaoao "myxiaoao (5 commits)")

### Embed Badge

![Health badge](/badges/cooper-laravel-custom-make-command/health.svg)

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

###  Alternatives

[jakyeru/laravel-shell

Laravel-Shell adds a terminal interface to your web application, allowing you to run shell commands directly from your browser.

166.1k](/packages/jakyeru-laravel-shell)

PHPackages © 2026

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