I want to send an email in my project. The action:
public function priceQuotePost(Request $request){
$email = $request->email;
Mail::to($email)->send(new priceQuoteThanks());
return view('front.priceQuoteThanks');
}
I included the mail facade at the start of the controller (after the namespace).
The error:
FatalErrorException Class 'App\Http\Controllers\priceQuoteThanks' not found in FrontController.php (line 58)
The class is in the app\Mail
folder
from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2wxw0Ak
via IFTTT
Aucun commentaire:
Enregistrer un commentaire