Home › Forums › GetFund – A Professional Laravel Crowdfunding Platform › PHP debug bar › Reply To: PHP debug bar
Hi
The debugbar allow us to find the errors during application run, please disable it by set APP_DEBUG=false
You will found a file .env at your root
Replace line APP_DEBUG=true to APP_DEBUG=false
APP_DEBUG=
APP_DEBUG=false
It will be disabled
Best regards