Is there a Laravel way to get the current path of a Request with its query parameters?
For instance, for the URL:
http://www.example.com/one/two?key=
public functin func_name(Request $request){$reqOutput = $request->getRequestUri();}