Download the PHP package digital-drifter/laravel-chrome-logger without Composer
On this page you can find all versions of the php package digital-drifter/laravel-chrome-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download digital-drifter/laravel-chrome-logger
More information about digital-drifter/laravel-chrome-logger
Files in digital-drifter/laravel-chrome-logger
Package laravel-chrome-logger
Short Description Laravel bridge for ChromePhp. Log PHP output to the Chrome console.
License MIT
Informations about the package laravel-chrome-logger
Log PHP output to the Chrome console
Laravel bridge for ChromePhp.
Installation
This package requires the Chrome Logger extension.
Once you've installed the extension, add this package to your project via composer:
Laravel 5.5 will automatically register the service provider through auto-discovery.
Previous versions of the framework just add the service provider in config/app.php
file:
Available Methods
All methods exposed on the ChromePhp
class are available. The following comes directly from the class:
Usage
Dependency Injection
As with any other class registered in Laravel's service container, you may inject an instance into your code like:
Facade
Using the provided facade:
Helper Method
The console()
helper method is available.
Credits
All credit to Craig Cambell for providing the basis to this package.
All versions of laravel-chrome-logger with dependencies
ccampbell/chromephp Version ^4.1.0
illuminate/config Version ^5.6.15
illuminate/support Version ^5.6.15