chatter
chatter copied to clipboard
Class mailer does not exist
trafficstars
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.
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