https://github.com/devajmeireles/artisan-find
A useful Laravel package to find Artisan commands by name and execute them in sequence.
https://github.com/devajmeireles/artisan-find
artisan artisan-command laravel
Last synced: 4 months ago
JSON representation
A useful Laravel package to find Artisan commands by name and execute them in sequence.
- Host: GitHub
- URL: https://github.com/devajmeireles/artisan-find
- Owner: devajmeireles
- License: mit
- Created: 2024-09-19T00:41:36.000Z (almost 2 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-09-19T13:21:58.000Z (almost 2 years ago)
- Last Synced: 2025-05-12T11:09:15.287Z (about 1 year ago)
- Topics: artisan, artisan-command, laravel
- Language: PHP
- Homepage:
- Size: 26.4 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Artisan Find Command
This package aims to provide a simple way to search for Artisan commands by name, and execute them sequentially.
### Installation
```bash
composer require devajmeireles/artisan-find
```
### Usage
```bash
php artisan find
```
Behind the scenes, we use [Laravel Prompts](https://laravel.com/docs/prompts) to display a beautiful search input, and then we execute the command that you selected:
