Tired of Scrolling Artisan? Meet php artisan list --mine

Published: (February 26, 2026 at 01:33 PM EST)
1 min read
Source: Dev.to

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.

0 views
Back to Blog

Related posts

Read more »

Ghostty – Terminal Emulator

Article Ghostty – Terminal Emulatorhttps://ghostty.org/docs Discussion - Comments: Hacker News threadhttps://news.ycombinator.com/item?id=47206009 – 411 points...