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 get current route name?
What is the difference between echo print print_r and var_dump?
What is service provider in laravel?
Why laravel over other php frameworks?
Tell me how to use insert statement in laravel?
what is meant by Laravel ?
Tell me how to get current environment in laravel 5?
What is the laravel?
How to remove /public from url in laravel?
List the applications supported by valet?
What do you know about traits in laravel?
How do I register a service provider?