Looking to hire Laravel developers? Try LaraJobs

laravel-loggr maintained by heedworks

Description
Laravel wrapper for Loggr
Author
Last update
2014/02/16 05:12 (dev-master)
License
Links
Downloads
21

Comments
comments powered by Disqus

Installation

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'
)

Configuration

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.

Usage

Pulls in the Loggr PHP agent found here: http://github.com/nealerickson/loggr-php