Level 1
Even i install new laravel 10 project and try to install the barryvdh/laravel-debugbar,
i get the same problem ? but why ?
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
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"
Please or to participate in this conversation.