This version have problem with performance issues first load sometime takes 10 sec to load page and after that it functions as expected...anyone have same problem like me?
i found in comments how to fix this but i dont understand method...i will copy hes method if someone know how to do that pls write in comments....
---------------------------------------------------------------------------------------------------------------------------
composer require barryvdh/laravel-debugbar
the question: barryvdh/laravel-debugbar is currently present in the require-dev key and you ran the command without the—dev flag, which would move it to the require key.
follows, answer this with yes then run the following commands:
php artisan route:clear
php artisan config:clear
And clear bootstrap/cache manually