heedworks/laravel-loggr is a Laravel package for laravel wrapper for loggr.
It currently has 0 GitHub stars and 21 downloads on Packagist.
Install it with composer require heedworks/laravel-loggr.
Discover more Laravel packages by heedworks
or browse all Laravel packages to compare alternatives.
Last updated
Update your composer.json file to include this package as a dependency
"heedworks/laravel-loggr": "dev-master"
Register the Loggr service provider by adding it to the providers array in the app/config/app.php file.
Heedworks\LaravelLoggr\LaravelLoggrServiceProvider
Alias the Loggr facade by adding it to the aliases array in the app/config/app.php file.
'aliases' => array(
'Loggr' => 'Heedworks\LaravelLoggr\Facades\Loggr'
)
Copy the config file into your project by running
php artisan config:publish heedworks/laravel-loggr
Edit the config file to include your Loggr logKey and apiKey.
Pulls in the Loggr PHP agent found here: http://github.com/nealerickson/loggr-php