jenssegers / laravel-rollbar

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

Session does not support `Set` #74

Closed throck95 closed 7 years ago

throck95 commented 7 years ago

Did some research and it seems that set is not formally supported. You're supposed to use put. https://laracasts.com/discuss/channels/laravel/a-session-error-after-updating-to-laravel-54

I've forked and modified to use put and then created my own CI build to test. All builds ran successfully: https://travis-ci.org/throck95/laravel-rollbar/builds/208743132