Supplying Additional Headers | Laravel 5: Redirecting Users to the Previous Page With back
…argument for $status and then supply an argument for $headers : 1 // Redirect back with a "302: Found" status code and extra headers: 2 3 return back ( 302 , [ ' Laravel ' => ' Artisan ' ] ) ; The following image shows the results of a request...