laravel-rollbar
laravel-rollbar copied to clipboard
Laravel 5.4 Support
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
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.
Right, sorry, I meant to type singleton. Thanks!
PR has been merged 😄
Yes, this can be closed.