chatter
chatter copied to clipboard
Devdojo Chatter Service Provider not found
I just want to remove this package. This package gives me a headache. I'm experiencing this error.
how to fix this error. (1/1) FatalThrowableError
Class 'DevDojo\Chatter\ChatterServiceProvider' not found
in ProviderRepository.php (line 208)
Have you added the service provider to your app.php?
First try to remove the devdojo/chatter line your composer.json
file and run composer update
, if that doesn't work try composer dump-autoload
``
(1/1) FatalThrowableErrorClass 'DevDojo\Chatter\ChatterServiceProvider' not found
--
in ProviderRepository.php (line 208)
at ProviderRepository->createProvider('DevDojo\\Chatter\\ChatterServiceProvider')in ProviderRepository.php (line 144)
I just tested this with Laravel 5.4 and came across the same issue. ANy fixes? I am determining which versions of Laravel are supported