peac36/explorer

Maintainers

Package info

github.com/Peac36/Explorer

pkg:composer/peac36/explorer

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2019-03-15 18:09 UTC

This package is auto-updated.

Last update: 2026-03-16 09:21:34 UTC


README

Explorer

Scrutinizer Code Quality

A simple Laravel package helps you to explore the framework commands and bindings.

Screenshot

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.