vendredi 2 juin 2017

Class 'Illuminate\Support\Facade\Mail' not found in laravel 5

I get this error message while trying to send email (Class 'Illuminate\Support\Facade\Mail' not found). in the controller, I have included 'use Illuminate\Support\Facade\Mail;' in the begining of the controller class (PostsController) and in the store function (of the controller), I have this

Mail::send('welcome_email', $data, function ($message) {
$message->from('walegbenga807@gmail.com', 'Coa Blog');

$message->to('nigeriawonderboy@gmail.com')->subject('There is a new post!');
});
return redirect('/')->with('status', 'ticket created');



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2qNV3f1
via IFTTT

Aucun commentaire:

Enregistrer un commentaire