Are you sure you are not using the package by hand somewhere? It sounds like it's still being called in some kind of service provider
May 26, 2016
3
Level 12
Class 'Barryvdh\Debugbar\ServiceProvider' not found
I tried to remove the laravel DebugBar package and now all I get is this error. All I have done is remove the line from the composer and run composer update.
[Symfony\Component\Debug\Exception\FatalErrorException] Class 'Barryvdh\Debugbar\ServiceProvider' not found
I removed the class from the app/config and even when I try to run the command php artisan clear-compiled I get the same error. I also tried composer update, composer install(after deleting vendor folder)
Any ideas?
Please or to participate in this conversation.