PHPackages                             isbkch/laravel-rich-console - 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. isbkch/laravel-rich-console

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

isbkch/laravel-rich-console
===========================

Rich and Interactive make CLI replacement for Laravel with autocompletion

1.0(7y ago)02.5kMITPHP

Since Apr 11Pushed 7y agoCompare

[ Source](https://github.com/isbkch/laravel-rich-console)[ Packagist](https://packagist.org/packages/isbkch/laravel-rich-console)[ RSS](/packages/isbkch-laravel-rich-console/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Interactive Make Command for Laravel
====================================

[](#interactive-make-command-for-laravel)

Getting Started
---------------

[](#getting-started)

To get started you need to install the package with Composer:

```
composer require isbkch/laravel-rich-console
```

### Laravel &gt;= 5.5

[](#laravel--55)

That's it! The package is auto-discovered on 5.5 and up!

### Laravel &lt;= 5.4

[](#laravel--54)

Add the package service provider to your providers array in `config/app.php`

```
'providers' => [
    // ...
    Isbkch\Commands\MakeServiceProvider::class,
],
```

To start using this package, run this command in your terminal and follow the onscreen prompts:

```
php artisan make
```

### Preview

[](#preview)

[![](https://camo.githubusercontent.com/87fd53317ebfcf8c8d4e4a62eaefc65f550b724bec6139f6e4f43e00748b9c58/687474703a2f2f692e696d6775722e636f6d2f715238415134552e676966)](https://camo.githubusercontent.com/87fd53317ebfcf8c8d4e4a62eaefc65f550b724bec6139f6e4f43e00748b9c58/687474703a2f2f692e696d6775722e636f6d2f715238415134552e676966)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

2637d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/216867?v=4)[iLyas Bakouch](/maintainers/isbkch)[@isbkch](https://github.com/isbkch)

### Embed Badge

![Health badge](/badges/isbkch-laravel-rich-console/health.svg)

```
[![Health](https://phpackages.com/badges/isbkch-laravel-rich-console/health.svg)](https://phpackages.com/packages/isbkch-laravel-rich-console)
```

###  Alternatives

[seld/cli-prompt

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

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

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

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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