Support the ongoing development of Laravel.io →
posted 10 years ago
Session
Last updated 2 years ago.
0

When I try to do the

Session::start();

Manually, then I see the next:

pic (while on the clean laravel setup it works without any warnings)

Any thoughts how to check why it has stopped to work ?

Last updated 2 years ago.
0

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.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.