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

This package is auto-updated.

Last update: 2024-12-19 13:53:55 UTC


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:

CleanShot 2024-09-17 at 00 02 29