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 meant by Implicit Controllers
What is meant by Laravel - Hashing ?
What is laravel boilerplate?
How to register a middleware in laravel 5?
What is Encryption Process ?
Tell us can laravel be hacked?
What are controllers in laravel?
Where is the authentication configuration file is located in laravel?
What are bundles, reverse routing and the ioc container?
What is the difference between forget() and the pull() method ?
How to get/set configuration values in laravel?
What are the plateforms laravel homestead supports?
What are the site types supported by homestead?
What are laravel contract’s?
What is blueprint in laravel?