This package aims to provide a simple way to search for Artisan commands by name, and execute them sequentially.
composer require devajmeireles/artisan-find
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: