thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
898 stars 294 forks source link

Class mailer does not exist #216

Open comfystudio opened 6 years ago

comfystudio commented 6 years ago

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.

shirshak55 commented 6 years ago

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