dev-master
9999999-devLaravel wrapper for Loggr
MIT
The Requires
- php >=5.3.0
- heedworks/loggr-php *
The Development Requires
laravel logging errors exceptions loggr
Wallogit.com
2017 © Pedro Peláez
Laravel wrapper for Loggr
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'
)
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)
Pulls in the Loggr PHP agent found here: http://github.com/nealerickson/loggr-php, (*6)
Laravel wrapper for Loggr
MIT
laravel logging errors exceptions loggr