Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-rich-console maintained by isbkch

Description
Rich and Interactive make CLI replacement for Laravel with autocompletion
Author
Last update
2019/04/11 14:04 (dev-master)
License
Links
Downloads
2 476

Comments
comments powered by Disqus

Interactive Make Command for Laravel

Getting Started

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

composer require isbkch/laravel-rich-console

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' => [
    // ...
    Isbkch\Commands\MakeServiceProvider::class,
],

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

php artisan make

Preview