2017 © Pedro Peláez
 

library laravel-loggr

Laravel wrapper for Loggr

image

heedworks/laravel-loggr

Laravel wrapper for Loggr

  • Sunday, February 16, 2014
  • by nealerickson
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Installation

Update your composer.json file to include this package as a dependency, (*1)

"heedworks/laravel-loggr": "dev-master"

Register the Loggr service provider by adding it to the providers array in the app/config/app.php file., (*2)

Heedworks\LaravelLoggr\LaravelLoggrServiceProvider

Alias the Loggr facade by adding it to the aliases array in the app/config/app.php file., (*3)

'aliases' => array(
    'Loggr' => 'Heedworks\LaravelLoggr\Facades\Loggr'
)

Configuration

Copy the config file into your project by running, (*4)

php artisan config:publish heedworks/laravel-loggr

Edit the config file to include your Loggr logKey and apiKey., (*5)

Usage

Pulls in the Loggr PHP agent found here: http://github.com/nealerickson/loggr-php, (*6)

The Versions

16/02 2014

dev-master

9999999-dev

Laravel wrapper for Loggr

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel logging errors exceptions loggr