Skip to content

A useful Laravel package to find Artisan commands by name and execute them in sequence.

License

Notifications You must be signed in to change notification settings

devajmeireles/artisan-find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Artisan Find Command

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

About

A useful Laravel package to find Artisan commands by name and execute them in sequence.

Topics

Resources

License

Stars

Watchers

Forks

Languages