Skip to content

binafy/artisan-finder

Repository files navigation

Artisan Finder

artisan finder

PHP Version Require Latest Stable Version Total Downloads License Passed Tests

Introduction

Artisan Finder is a Laravel package that introduces a convenient command called find:art. This command provides an interactive select input, allowing you to quickly search through available artisan commands and execute them immediately. It's designed to enhance your workflow by making it easier to locate and run artisan commands without the need to remember exact command names, offering a faster and more efficient development experience.

Installation

You can install the package with Composer:

composer require binafy/artisan-finder --dev

NOTE: We suggest to install the package in development mode.

How to Work

For working with Artisan Finder, you can just run below command on your terminal:

php artisan find:art

When you run this command, this command show you a search box, and you can search your command and run it immediately:

Artisan Finder Gif

NOTE: Thank you Hamid-Reza Khosravi for creating this video.

Contributors

Thanks to all the people who contributed. Contributors.

Security

If you discover any security-related issues, please email binafy23@gmail.com instead of using the issue tracker.

Changelog

The changelog can be found in the CHANGELOG.md file of the GitHub repository. It lists the changes, bug fixes, and improvements made to each version of the Artisan Finder package.

License

The MIT License (MIT). Please see License File for more information.