/ArtisanUI

CLI UI for Laravel Artisan

Primary LanguagePHPMIT LicenseMIT

GitHub issues GitHub forks GitHub stars GitHub license

🖥️ CLI User Interface for Laravel Artisan. Supports customizing (config/artisanui.php)!

Preview

Installation

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

⚠️Attention! Now this package uses not stable version of one of its dependencies. It will be fixed as soon as that dependency will release new update, but for now your project minimum-stability settings should be not higher than "dev" to install this package⚠️

Usage

You can use it like a usual laravel artisan.

php artisanui

or

./artisanui

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email vlreshet@gmail.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.