Skip to content

Rich and Interactive make CLI replacement for Laravel with autocompletion

License

Notifications You must be signed in to change notification settings

isbkch/laravel-rich-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Rich and Interactive make CLI replacement for Laravel with autocompletion

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages