Hello there, I setup everything ( Email and Pass and API ) and it's seems ok to me! but when I test it it say :
Error in exception handler: Argument 1 passed to Bogardo\Mailgun\Mailgun::__construct() must be an instance of Illuminate\View\Factory, instance of Illuminate\View\Environment given, called in C:\xampp\htdocs\Gamer\vendor\bogardo\mailgun\src\Bogardo\Mailgun\MailgunServiceProvider.php on line 33 and defined in C:\xampp\htdocs\Gamer\vendor\bogardo\mailgun\src\Bogardo\Mailgun\Mailgun.php:53
I test app with Laravel help please I'm on localhost- xampp
4 hours ago ? still no comment Thanks for you
You are probably using the Mailgun 2.* version with Laravel 4.2.
Please use "bogardo/mailgun": "v3.0.*"
See the documentation: https://github.com/Bogardo/Mailgun#installation
update the laravel to 4.2.* then update the configuration file to use the default functionality of mailgun in laravel 4.2 see docs http://laravel.com/docs/mail
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community