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