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. 1
  2. 2
  3. 3
  4. 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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.