
Tired of Scrolling Artisan? Meet php artisan list --mine
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. https://github.com/CWAscend/laravel-artisan-list-mine This lightweight Laravel package adds a simple --mine flag to the list command php artisan list --mine so you can instantly filter out all built-in and third-party commands and see only the ones defined in your app. It works out of the box, just run: composer require ascend/laravel-artisan-list-mine It even lets you configure additional namespaces like Domain\ or Modules\ if your project structure goes beyond App\ . Supporting PHP 8.0+ and Laravel 9+, it’s a small quality-of-life upgrade that keeps your terminal focused on what actually matters: your code. Hope you find this helpful!
Continue reading on Dev.to Webdev
Opens in a new tab




