Answer Posted / 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 View All Answers
What is use of pluck in laravel?
What is database migration used in laravel 5? Explain
Is laravel faster than rails?
What do you know about traits in laravel?
What is blade in laravel?
Tell me does laravel support caching?
How to use the custom table in laravel model?
What does orm stand for?
What is use keyword in laravel?
How to Create Creating a Cookie in Laravel ?
What is meant by check method ?
How do I make a particular task run everyday by 10pm?
Is laravel the best php framework?
What service provider’s register method does?
How to access laravel project from another computer?