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 4w 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 47% 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

3374d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13825867?v=4)[HuangYellow](/maintainers/HuangYellow)[@HuangYellow](https://github.com/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

[illuminate/console

The Illuminate Console package.

13046.0M6.4k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20720.9k21](/packages/winbox-args)[macopedia/magento2-categoryimporter

Category Importer for Magento 2

344.7k](/packages/macopedia-magento2-categoryimporter)

PHPackages © 2026

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