TerminableMiddleware deprecated
interface TerminableMiddleware implements Middleware (View source)
deprecated
Methods
| mixed |  handle(Request $request, Closure $next)  Handle an incoming request.  |  from Middleware | 
| void |  terminate(Request $request, Response $response)  Perform any final actions for the request lifecycle.  |  
Details
void terminate(Request $request, Response $response)
Perform any final actions for the request lifecycle.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/5.5/Illuminate/Contracts/Routing/TerminableMiddleware.html