bernardosecades/laravel-debug-container
Debugging & Developer Experience (DX):
dump(container()) or IDE inspection.debug:container) to explore the entire dependency graph.laravel-debugbar or Ray) for container-specific needs.Build vs. Buy:
Use Cases:
AuthService not resolving?").config/services.php").Adopt if:
bind()/singleton() usage).artisan commands to browser-based debuggers).composer require + service provider registration).Look elsewhere if:
For Executives: "This package lets our Laravel devs instantly inspect the service container with a single CLI command—no more digging through code or guessing why a dependency isn’t resolving. It’s a 5-minute setup (MIT-licensed, no cost) that could cut debugging time by 30% for container-related issues. Ideal for dev-heavy projects where dependency management is complex."
For Engineering:
"Need to debug bind() issues or explore what’s registered in the container? php artisan debug:container gives you a structured, searchable list of all services—faster than dump(container()) and more reliable than IDE hints. Lightweight, dev-only, and zero maintenance. Let’s trial it in [Project X] where we’ve struggled with [specific binding problem]."
For Developers:
"Tired of dd(app()->make('service')) to check bindings? This adds a debug:container command that shows everything registered in the container—bindings, singletons, aliases—in a clean table. Works out-of-the-box in dev, and we can wrap it in a script for CI checks if needed."
How can I help you explore Laravel packages today?