$name = $request->query('name');
$name = $request->query('name', 'Helen');
$query = $request->query();
You may call the query method without any arguments in order to retrieve all of the query string values as an associative array.
Clickable & Draggable!