PHPackages                             laracademy/interactive-make - 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. laracademy/interactive-make

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

laracademy/interactive-make
===========================

Interactive make CLI replacement for Laravel

1.6(6y ago)3431.6M↓45.6%18[2 issues](https://github.com/laracademy/interactive-make/issues)4MITPHP

Since Apr 24Pushed 6y ago10 watchersCompare

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

READMEChangelog (10)DependenciesVersions (17)Used By (4)

Interactive Make for Laravel 5.4
================================

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

[![Latest Stable Version](https://camo.githubusercontent.com/e501321c747a8596be6fc3702db8d3274fec08dfb1ab4f91d30a541d2b544ca5/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f696e7465726163746976652d6d616b652f762f737461626c65)](https://packagist.org/packages/laracademy/interactive-make) [![Total Downloads](https://camo.githubusercontent.com/ba0f6554b164543f461f64a8c71c20b9a443e14cf15c993379602d9755873feb/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f696e7465726163746976652d6d616b652f646f776e6c6f616473)](https://packagist.org/packages/laracademy/interactive-make) [![Latest Unstable Version](https://camo.githubusercontent.com/ccd8dcc6eda85785fff05c532b9005d4d8e0eebc68ef236ebbdae4300bec348d/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f696e7465726163746976652d6d616b652f762f756e737461626c65)](https://packagist.org/packages/laracademy/interactive-make) [![License](https://camo.githubusercontent.com/fbcbf8715e7da1fc343e1756856039adeac8aaa0537ec6d36b59794d833e7b11/68747470733a2f2f706f7365722e707567782e6f72672f6c617261636164656d792f696e7465726163746976652d6d616b652f6c6963656e7365)](https://packagist.org/packages/laracademy/interactive-make)

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

[](#getting-started)

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

```
composer require laracademy/interactive-make
```

### 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' => [
    // ...
    Laracademy\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)

Disclaimer
----------

[](#disclaimer)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity56

Moderate usage in the ecosystem

Community26

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 56.3% 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 ~74 days

Recently: every ~235 days

Total

16

Last Release

2247d ago

Major Versions

0.9 → 1.02017-05-17

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16981536?v=4)[Laracademy](/maintainers/Laracademy)[@laracademy](https://github.com/laracademy)

---

Top Contributors

[![michael-mcmullen](https://avatars.githubusercontent.com/u/811123?v=4)](https://github.com/michael-mcmullen "michael-mcmullen (18 commits)")[![jpmurray](https://avatars.githubusercontent.com/u/1550428?v=4)](https://github.com/jpmurray "jpmurray (6 commits)")[![danrovito](https://avatars.githubusercontent.com/u/8322674?v=4)](https://github.com/danrovito "danrovito (5 commits)")[![lex111](https://avatars.githubusercontent.com/u/4408379?v=4)](https://github.com/lex111 "lex111 (2 commits)")[![mateusjatenee](https://avatars.githubusercontent.com/u/10816999?v=4)](https://github.com/mateusjatenee "mateusjatenee (1 commits)")

### Embed Badge

![Health badge](/badges/laracademy-interactive-make/health.svg)

```
[![Health](https://phpackages.com/badges/laracademy-interactive-make/health.svg)](https://phpackages.com/packages/laracademy-interactive-make)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.5k](/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)[tomatophp/filament-artisan

Simple but yet powerful library for running some artisan commands for FilamentPHP

3275.4k1](/packages/tomatophp-filament-artisan)

PHPackages © 2026

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