devajmeireles / artisan-find
A useful Laravel package to find Artisan commands by name and execute them in sequence.
v1.1.0
2024-09-19 13:21 UTC
Requires
- php: ^8.1
- laravel/framework: ^10.0|^11.0
Requires (Dev)
- rector/rector: ^1.0
README
This package aims to provide a simple way to search for Artisan commands by name, and execute them sequentially.
Installation
composer require devajmeireles/artisan-find
Usage
php artisan find
Behind the scenes, we use Laravel Prompts to display a beautiful search input, and then we execute the command that you selected: