isbkch / laravel-rich-console
Rich and Interactive make CLI replacement for Laravel with autocompletion
Installs: 2 473
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
This package is auto-updated.
Last update: 2025-01-12 00:44:06 UTC
README
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