Bogardo / Mailgun

Mailgun package for Laravel
MIT License
295 stars 116 forks source link

Class 'Mailgun' not found #117

Closed stefanmahr closed 6 years ago

stefanmahr commented 7 years ago

Hello!

I have following problem:

If I would like to use Mailgun::send.... I get the following error:

FatalThrowableError Class 'Mailgun' not found

I have quit installed everthing correct... in my app.php I have added the provider and the alias...

I am using Laravel 5.4

Can everybody help me?

mounssif commented 7 years ago

Add this in your controller below namespace:

use Mailgun;