jenssegers / laravel-mongodb-session

A MongoDB session driver for Laravel
77 stars 27 forks source link

session driver stopped working after jenssegers/laravel-mongodb update to 2.0.0 #8

Closed wasilak closed 10 years ago

wasilak commented 10 years ago

after composer update application stopped working with error: Unsupported driver [mongodb] thrown in: vendor/laravel/framework/src/Illuminate/Database/Connectors/ConnectionFactory.php on line 194. Changing session driver from mongodb to i.e. file resolved this problem.

My Laravel version is current (4.2) and before Laravel MongoDB update to 2.0.0 everything was working without problem.

BTW: I like very much improvements in 2.0.0 :)

Please help and thanks, Peter

jenssegers commented 10 years ago

I fixed that issue today, update using the current master :)

jenssegers commented 10 years ago

I'll release a 2.0.1 version.

wasilak commented 10 years ago

It worked, thanks man! :)