jhyaps's avatar

barryvdh/laravel-debugbar Issues in installing

I am setting the laravel debugbar in my existing project.

currently i am using vite in my project but the laravel debuger is showing issue in js and its css,

how to solve this ??

here is the screenshot i got

alt text or https://i.ibb.co/YhXTwLh/Capture.png

Steps i followed

1. composer require barryvdh/laravel-debugbar --dev
2.  Barryvdh\Debugbar\ServiceProvider::class, in app.php in providers
3. php artisan vendor:publish --provider="Barryvdh\Debugbar\ServiceProvider" 
0 likes
4 replies
jhyaps's avatar

Even i install new laravel 10 project and try to install the barryvdh/laravel-debugbar,

i get the same problem ? but why ?

Snapey's avatar

You only need step 1

optionally, you can publish the config.

Please or to participate in this conversation.