Laravel - Request and Response
Which is the correct Laravel syntax to get a query parameter named
page from a request?page from a request?$request->query('key') to get query parameters from the URL.$request->query('page') correctly accesses the query parameter named 'page'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions