Is there a way of adding to the GET parameter in Laravel, so that I can use
$request->input('param')
I've tried setting it in $_GET and did not pick up. Basically I want to set something in to the HTTP Request's GET parameter set, so that I can retrieve it as if it was pass in as a GET params. (Which is sometimes sent)