Support the ongoing development of Laravel.io →
posted 11 years ago
Configuration

Can anyone kindly tell me how to intregate rollbar with Laravel. Here is are some links Rollbar Instructions: https://rollbar.com/docs/project/8768/notifier/rollbar-php/

I have done the following

  1. Edit app/start/global.php Replace Log::useFiles(storage_path().'/logs/laravel.log'); with Require_once 'rollbar.php'; $config = array(...) Rollbar::init($config);

But how to i tell laravel to transfer the Log to Rollbar :P

Kindly suggest Any Pointers?

Last updated 3 years ago.
0

Hi joy014 -- here's a blog post by Jens Segers describing how to integrate Rollbar in Laravel 4:

http://jenssegers.be/blog/47/integrating-rollbar-in-laravel-4

Last updated 3 years ago.
0

Thanks a lot brianr... !!! \m/\m/

Last updated 3 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

joy014 joy014 Joined 12 Apr 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.