bernardosecades/laravel-debug-container is a Laravel package.
It currently has 0 GitHub stars and 2.249 downloads on Packagist.
Install it with composer require bernardosecades/laravel-debug-container.
Discover more Laravel packages by bernardosecades
or browse all Laravel packages to compare alternatives.
Last updated
You can find out what services are registered with the container using the console.
php artisan debug:container
composer require bernardosecades/laravel-debug-container
Example:
if ( env('APP_ENV') === 'development' ) {
$app->register(\BernardoSecades\Laravel\DebugContainer\DebugContainerServiceProvider::class);
}
php artisan debug:container

./vendor/bin/phpunit