PHPackages                             yellowhuang/laravel-artisan-assist - 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. yellowhuang/laravel-artisan-assist

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

yellowhuang/laravel-artisan-assist
==================================

artisan make for laravel

1.0.0(9y ago)019PHP

Since Apr 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/HuangYellow/laravel-artisan-assist)[ Packagist](https://packagist.org/packages/yellowhuang/laravel-artisan-assist)[ RSS](/packages/yellowhuang-laravel-artisan-assist/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Installation
============

[](#installation)

As others package, use composer install this package. For example:

```
$ composer require yellowhuang/laravel-artisan-assist
```

Secondly, you need to register service provider in `config/app.php`.

```
    'providers' => [
    ...
    /*
     * Package Service Providers...
     */
     Yellow\ArtisanAssist\ArtisanAssistServiceProvider::class,
    ...
```

Thirdly, Going to `app/Console/Kernel.php`, adding console command.

```
protected $commands = [
        \Yellow\ArtisanAssist\Commands\makeService::class,
        \Yellow\ArtisanAssist\Commands\makeRepository::class,
        \Yellow\ArtisanAssist\Commands\makeTransformer::class,
];
```

Finally, you can checkout `$ php artisan` and you can see 3 commands.

```
  make:service
  make:respository
  make:transformer
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3323d ago

### Community

Maintainers

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

---

Top Contributors

[![HuangYellow](https://avatars.githubusercontent.com/u/13825867?v=4)](https://github.com/HuangYellow "HuangYellow (1 commits)")

### Embed Badge

![Health badge](/badges/yellowhuang-laravel-artisan-assist/health.svg)

```
[![Health](https://phpackages.com/badges/yellowhuang-laravel-artisan-assist/health.svg)](https://phpackages.com/packages/yellowhuang-laravel-artisan-assist)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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