jenssegers / laravel-rollbar

Rollbar error monitoring integration for Laravel projects
329 stars 99 forks source link

Laravel 5.4 Support #67

Open crishellco opened 7 years ago

crishellco commented 7 years ago

You'll need to change $app->share to $app->bind in RollbarServiceProvider.php.

https://laravel.com/api/5.4/Illuminate/Contracts/Container/Container.html#method_bind

DougSisk commented 7 years ago

Actually, it's better to use singleton now. There's also a major change to the way the logger event works. I've submitted a PR #66.

crishellco commented 7 years ago

Right, sorry, I meant to type singleton. Thanks!

DougSisk commented 7 years ago

PR has been merged 😄

drbyte commented 7 years ago

Yes, this can be closed.