Support the ongoing development of Laravel.io →
Authentication Session Eloquent
Last updated 1 year ago.
0

Test if session data is working at all. Do

 Session::put($key, $value) 

and

Session::get($key) 

from one request to another.

Last updated 1 year ago.
0

What's your session driver? If you are using the "file" driver (default driver), check perhaps if the /storage folder has the good rights...Try to change the whole folder rights to 775 using

chmod -R 775 /path/to/laravel/storage
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

umair321 umair321 Joined 22 Mar 2014

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.