chatter icon indicating copy to clipboard operation
chatter copied to clipboard

Devdojo Chatter Service Provider not found

Open abrhambas01 opened this issue 7 years ago • 4 comments

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)

abrhambas01 avatar Jul 28 '17 02:07 abrhambas01

Have you added the service provider to your app.php?

timtodd avatar Jul 28 '17 07:07 timtodd

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

aaronranard avatar Jul 28 '17 21:07 aaronranard

``

(1/1) FatalThrowableErrorClass 'DevDojo\Chatter\ChatterServiceProvider' not found
--
in ProviderRepository.php (line 208)
at ProviderRepository->createProvider('DevDojo\\Chatter\\ChatterServiceProvider')in ProviderRepository.php (line 144)


abrhambas01 avatar Aug 08 '17 08:08 abrhambas01

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

codiiv avatar Nov 19 '18 13:11 codiiv