Redirecting to Custom URLs | Laravel Application Helper Function: redirect
The Redirector does not provide a direct way to add additional information when generated the final URL, except for the $secure parameter. Luckily, the Redirect uses the Illuminate\Routing\UrlGenerator when generating URLs. Specifically, it calls...