laracademy/interactive-make

Interactive make CLI replacement for Laravel

Maintainers

👁 Laracademy

Package info

github.com/laracademy/interactive-make

pkg:composer/laracademy/interactive-make

Statistics

Installs: 1 567 074

Dependents: 5

Suggesters: 0

Stars: 341

Open Issues: 2

1.6 2020-05-08 17:03 UTC

Requires

None

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 39eb835386d01314273a6d251c9ba8a69abc6172

  • Michael McMullen <packages.woop@laracademy.co>

This package is auto-updated.

Last update: 2026-06-09 06:58:29 UTC


README

👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License

Getting Started

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

composer require laracademy/interactive-make

Laravel >= 5.5

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

Laravel <= 5.4

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

👁 Image

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.