2017 © Pedro Peláez
 

laravel-library laravel-debug-container

image

bernardosecades/laravel-debug-container

  • Saturday, March 24, 2018
  • by bernardosecades
  • Repository
  • 1 Watchers
  • 0 Stars
  • 479 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Debug Container - Laravel

You can find out what services are registered with the container using the console., (*1)

Show all services

php artisan debug:container

Install in your project

Run composer

composer require bernardosecades/laravel-debug-container

Add DebugContainerServiceProvider in bootstrap/app.php

Example:, (*2)

if ( env('APP_ENV') === 'development' ) {
    $app->register(\BernardoSecades\Laravel\DebugContainer\DebugContainerServiceProvider::class);
}

Screenshots

php artisan debug:container

Command debug container, (*3)

Tests

./vendor/bin/phpunit

The Versions

24/03 2018

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

The Development Requires

17/09 2017

dev-feature-1

dev-feature-1

  Sources   Download

MIT

The Requires

 

17/09 2017

v0.0.2

0.0.2.0

  Sources   Download

MIT

The Requires

 

17/09 2017

v0.0.1

0.0.1.0

  Sources   Download

MIT

The Requires