chatter icon indicating copy to clipboard operation
chatter copied to clipboard

Class mailer does not exist

Open comfystudio opened this issue 7 years ago • 1 comments

Hello,

Thanks for making such an awesome module first off.

I'm having an issue on a clients site, when I add the DevDojo\Chatter\ChatterServiceProvider::class, in config/app I get the Class mailer does not exist.

When I comment out the DevDojo\Chatter\ChatterServiceProvider::class, in config/app the problem is gone but then ofcourse I can't use the module!.

I don't know if the Mail class is conflicting with something cause in other projects I have managed to get Chatter working ok.

All the best.

comfystudio avatar Jun 19 '18 20:06 comfystudio

May be you missed import statement. Or you can manually check if mailer don't exist or not.

and I hope you use laravel 5.6

shirshak55 avatar Sep 13 '18 15:09 shirshak55