Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

MedixSoft's avatar

Laravel 11 - Target class [TestController] does not exist.

it works in early versions

$this->routes(function () {
    Route::middleware('web')
        ->namespace('App\Http\Controllers')
        ->group(base_path('routes/web.php'));

but in new version is not work correctly than you for Help

0 likes
2 replies

Please or to participate in this conversation.