0 votes
in Laravel by
How to access session data?

1 Answer

0 votes
by

Session data be access by creating an instance of the session in HTTP request. Once you get the instance, use get() method with a “Key” as a parameter to get the session details.

...