I'm using the profiling tool laravel-debugbar on a project that I've just ported from L4 to L5. I've followed the installation instructions but it's not showing up. I've tried it with a fresh install and it works fine so something funky's going on with my app.
The problem is I don't really know where to start trying to debug the debugbar. Can anyone give me some ideas?
If I run artisan env then I get local.
I've registered the Service Provider before any of my app specific providers.
The config file is in my config directory.
I've changed the permissions on the storage directory to 755.
Just to check (not implying you are stupid or something, but you did not mention it in your reply, so just to check), did you check the output of config('app.debug')?