Menu
About LCS
Sessions - Storing Data
Snippets related to storing data in the session
Setting a piece of data from the session with global session helper method
// Setting a piece of data from the session $value = session('key', 'value'); Another waysession(['key' => 'value']);
Category:
Sessions
3 years ago