How to Storing Session Data in Laravel ?
Answer / rishabh khanna
Data can be stored in session using the put() method.
The put() method will take two arguments, the “key” and the “value”.
Syntax : $request->session()->put('key', 'value');
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use where null and where not null eloquent query in laravel?
Why composer is used in laravel?
How to create Facade in Laravel ?
What is your favorite feature of laravel?
What is meant by check method ?
What is mvc framework laravel?
Explain about input() method.
What is open source software?
What are service providers in laravel?
What is query builder in laravel?
How secure is laravel?
What is bagisto?