Artisan GUI is a Laravel Graphic User Interface for Artisan Comands.
- Laravel 10.x.x
- Livewire 3.x.x
composer require bilalsatellite/bs-artisan-gui
@livewire('BsArtisan')
If you need to publish the configurations, we do this by executing:
php artisan vendor:publish
Can't find a command? add in config file.
MIT