Test if session data is working at all. Do
Session::put($key, $value)
and
Session::get($key)
from one request to another.
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
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community