It should be simple, and I have searched all over Google, but I continue to come up with related routes.
I just want to redirect to one page and change one of the query string parameters (either clear or install).
I do not see how to do this.
An option might be to manually create the URL and use this, I think, but this is not a good method:
$this->router->generate("http://domain.com?a=1")
source
share