active(FeatureConstants::ENABLED_ONLY_ON_LOCALHOST)) { $ip = $request->ip(); abort_if($ip !== '127.0.0.1', 403, 'Route only available for localhost'); } return $next($request); } }