Level 5
Use this:
$request->session()->put('key', 'value');
OR
session(['key' => 'value']);
Summer Sale! All accounts are 50% off this week.
ERROR Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Call to a member function put() on null
WHEN CALLING $request->getSession()->put(['currency' => $currency]);
Please or to participate in this conversation.