Forum Laravel How to store session in larvel 5.7
I use laravel 5.6 $value = session('key', 'default'); and I check session()->has('key') it working fine but when I use 5.7 its not working.
Please sign in or create an account to participate in this conversation.
There's no shortage of content at Laracasts. In fact, you could watch nonstop for days upon days, and still not see everything!
Get Started
How to store session in larvel 5.7
I use laravel 5.6 $value = session('key', 'default'); and I check session()->has('key') it working fine but when I use 5.7 its not working.