adspace
What are Uses While Using the properties of Request instance ?
Answer Posted / Vibhuti Yadav
Properties of Request instance can be used for various purposes in Laravel. For example, you can access user input data (using request()->input()), validate input data (using request()->validate()), check if a specific HTTP method was used (using request()->isMethod('POST')), and more.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers