peac36 / explorer
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/peac36/explorer
Requires
- php: >=7.1
Requires (Dev)
- phpunit/phpunit: 6.*
This package is auto-updated.
Last update: 2025-10-16 08:16:47 UTC
README
Explorer
A simple Laravel package helps you to explore the framework commands and bindings.
Installation
Just add the following lines into config/app.php:
'providers' => [
...
Peac36\Explorer\Provider::class
...
]
Commands
-
explore:bindings- prints all binded classes in the container including the class name and path. -
explore:commands- prints registered commands including the class and path.
