mhmdomer / ecommerce-laravel

An e-commerce Laravel application from start to finish (excluding payments and shipping) with clean and simple UI
http://vampireecommerce.herokuapp.com
MIT License
294 stars 111 forks source link

Php debugger #45

Closed David-Orizu31 closed 1 year ago

David-Orizu31 commented 2 years ago

Please how can I get rid on the php debugger that shows at the bottom of the page

mhmdomer commented 1 year ago

You can simply remove the package "barryvdh/laravel-debugbar" from composer.json file and then reinstall your packages (remove the line that contains barryvdh/laravel-debugbar and then run composer update)