🖥️ CLI User Interface for Laravel Artisan. Supports customizing (config/artisanui.php)!
You can install the package via composer:
composer require vladreshet/artisanui --dev
after updating composer, add the ServiceProvider to the providers array in config/app.php
VladReshet\ArtisanUI\ArtisanUIServiceProvider::class
this will allow you to do the next:
php artisan vendor:publish --provider=VladReshet\\ArtisanUI\\ArtisanUIServiceProvider
You can use it like a usual laravel artisan.
php artisanui
or
./artisanui
Please see CONTRIBUTING for details.
If you discover any security related issues, please email vlreshet@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.