vladreshet / artisanui
CLI UI for Laravel Artisan
1.9
2021-11-24 11:29 UTC
Requires
- php: ^7.2|^8.0
- ext-posix: *
- php-school/cli-menu: ^4.1
This package is auto-updated.
Last update: 2025-03-17 03:07:27 UTC
README
🖥️ CLI User Interface for Laravel Artisan. Supports customizing (config/artisanui.php)!
Installation
You can install the package via composer:
composer require vladreshet/artisanui --dev
after composer install, do the following action:
php artisan vendor:publish --tag=artisanui
if you have laravel version < 5.5 register VladReshet\ArtisanUi\ArtisanUiServiceProvider
That's all!
Usage
You can use it via artisan "ui" command
php artisan ui
or
./artisan ui
Note: This package doesn't work on Windows platforms.
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.