Hi,
I was using the database driver for the sessions and all had worked perfectly. But after some of recent updates I don't have it working.
The database connection is configured in the config, the customer has access, the table is created, but when the framework starts - the session is not created.
As soon as I'm switching to the files session driver - everything works.
Any thoughts?
When I try to do the
Session::start();
Manually, then I see the next:
(while on the clean laravel setup it works without any warnings)
Any thoughts how to check why it has stopped to work ?
I think I found the solution, the case took place because I've updated to the laravel-dev version and it took some symfony dev packages.
After I've changed the composer.json to this:
"prefer-stable": true,
"minimum-stability": "dev"
Everything started to work.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community