jenssegers / laravel-rollbar

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

Conditional registration of provider #96

Closed krydos closed 6 years ago

krydos commented 6 years ago

Hi Everyone.

The conditional registration described in Readme was probably broken by auto discovery in composer.json added here - https://github.com/jenssegers/laravel-rollbar/commit/46d452681671cb6b4d0557008203ed9c00e1c54c

I thought to prepare PR but wasn't sure how you want to solve it (by removing auto discovery or by updating readme).

Basically to fix it now we need to add jenssegers/rollbar to the dont-discover section in composer.json of the project (laravel project I mean)

krydos commented 6 years ago

Crap, confused this library with another one...

Excuse me.