How can I hide that bar that appears at the bottom of my project.
Image link attached
https://ibb.co/3y2dVDF
How can I hide that bar that appears at the bottom of my project.
Greetings and thanks
In your .env file put
DEBUGBAR_ENABLED=false
Hi,
Please remove barryvdh/laravel-debugbar from composer.json. Then run "npm install".
Thanks