Summer Sale! All accounts are 50% off this week.

lara123's avatar

How i can create session in laravel without user login?

Session::push('user.teams', 'developers');

0 likes
1 reply
Mittensoff's avatar

session(['key' => 'value']); or Session::put('key','value')

I'm not 100% sure on the syntax.

1 like

Please or to participate in this conversation.