#1494

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

It will be disabled

Best regards