Why it is not showing debugbar?

Author: shankhadevpadamCreated Jun 17, 2025Updated Jun 5, 2026

Why it is not showing debugbar?

Route::get('/debug', function () {
    dump(App\Models\User::find(1));
});

PHP: 8.4 Laravel Version: 12.18.0 Debuger Bar: 3.15.4

But Laravel old folder structure.

Source: fruitcake/laravel-debugbar