I have the following configuration: 'driver' => 'smtp', 'host' => 'smtp.host.com', 'port'=>...
I have several controller where I split the routing up among different filters. For example: Route:...
I verified I am in debug mode. I verified I have the right smtp server. I only have one mail.php f...
I just made sure sendmail is installed. This is my dev server so I am running in debug mode. Do you...
IanSirkit said: Can you confirm that the path to sendmail exists on the Linux machine? Does this pa...
TorchSK said: You have to move the Route::get('service/create', 'ServicesController@create'); above...
The Laravel portal for problem solving, knowledge sharing and community building.
The community