Laravel - Request and Response
In Laravel, which method is commonly used to retrieve input data from a request regardless of HTTP method?
input() method retrieves input data from the request regardless of HTTP method (GET, POST, etc.).post() only retrieves POST data, all() returns all input data, and data() does not exist.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions