Accessing the Redirector Instance Using redirect | Laravel 5: Performing HTTP Redirects With redirect
The Redirector class has many useful methods to help control the flow of users in your application. This section will not cover each method in detail, but simply shows how they can be used in conjunction with the redirect helper function: 1 //...