laravel-debugbar icon indicating copy to clipboard operation
laravel-debugbar copied to clipboard

Why it is not showing debugbar?

Open shankhadevpadam opened this issue 5 months ago • 1 comments

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.

shankhadevpadam avatar Jun 17 '25 10:06 shankhadevpadam