2017 © Pedro Peláez
 

library laravel-rollbar

Rollbar integration for Laravel

image

atijust/laravel-rollbar

Rollbar integration for Laravel

  • Monday, June 30, 2014
  • by atijust
  • Repository
  • 1 Watchers
  • 0 Stars
  • 59 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Rollbar integration for Laravel

Build Status Coverage Status Latest Stable Version Latest Unstable Version License Dependency Status, (*1)

Installation

Add atijust/laravel-rollbar to your composer.json:, (*2)

{
    "require": {
        "atijust/laravel-rollbar": "dev-master"
    }
}

Add the service provider in app/config/app.php:, (*3)

'Atijust\LaravelRollbar\LaravelRollbarServiceProvider',

Publish the configuration file:, (*4)

php artisan config:publish atijust/laravel-rollbar

Add your rollbar access token in app/config/packages/atijust/laravel-rollbar/config.php:, (*5)

'access_token' => 'your rollbar access token',

Usage

// to report exceptions
Log::error($exception);

// to send log-like messages 
Log::info('message', ['foo' => 'bar']);

The Versions

30/06 2014

dev-master

9999999-dev

Rollbar integration for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel debug log exception tracking error monitoring rollbar