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 |
Explain web.php route.
What do you know about laravel contracts?
What are accessors and mutators in eloquent and why should you use them?
What is luman?
What is laravel service container?
How to add csrf protection in laravel?
What is make method?
What are model factories?
What is pluck method in laravel?
What is laravel orm?
Explain the concept of routing in laravel.
Tell me in which language it was written?