middleware('api')->namespace($this->namespace)->group(base_path('routes/api.php')); Route::middleware('web')->namespace($this->namespace)->group(base_path('routes/web.php')); Route::prefix('actuator')->name('actuator.')->group(base_path('routes/actuator.php')); } }