Home »
MCQs »
Laravel MCQs
In how many ways you can retrieve the Input values in Laravel?
43. In how many ways you can retrieve the Input values in Laravel?
- 1
- 2
- 3
- 4
Answer: B) 2
Explanation:
There are two ways we can retrieve the input values:
- Using the input() method
- Using the properties of Request instance