How to Storing Session Data in Laravel ?



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

Post New Answer

More Laravel PHP Framework Interview Questions

Explain how can you write your own service provider in laravel?

0 Answers  


What is blade template engine?

0 Answers  


What is artisan in laravel?

0 Answers  


What is Middleware Parameters ?

1 Answers  


What is oauth2 in laravel?

0 Answers  


What is the boot method?

0 Answers  


How to get/set configuration values in laravel?

0 Answers  


What is the best way to learn laravel?

0 Answers  


What is laravel route?

0 Answers  


What is official website url of laravel?

0 Answers  


Tell us how to use update statement in laravel?

0 Answers  


Where can I learn laravel?

0 Answers  


Categories