Tired of Scrolling Artisan? Meet php artisan list --mine
Source: Dev.to
Introduction
If you’ve ever run php artisan list and had to scroll past a wall of make:*, migrate, and vendor commands just to find your own, Laravel Artisan List Mine is your new best friend.
GitHub – laravel-artisan-list-mine
Installation
composer require ascend/laravel-artisan-list-mine
Usage
The package adds a simple --mine flag to the list command:
php artisan list --mine
Running the command filters out all built‑in and third‑party commands, showing only the ones defined in your application.
Configuration
If your project structure goes beyond the default App\ namespace (e.g., you use Domain\ or Modules\), you can configure additional namespaces in the package’s config file.
Compatibility
- PHP: 8.0+
- Laravel: 9+
Conclusion
A lightweight, quality‑of‑life upgrade that keeps your terminal focused on what actually matters: your own code.