- Extend the
Illuminate\Routing\Routerto the (for example)App\Illuminate\Routing\Router. - Add method
setMiddlewareandsetMiddlewareGroupsto yourApp\Illuminate\Routing\Router
<?php
namespace App\Illuminate\Routing;
use Illuminate\Routing\Router as BaseRouter;