I encounter a problem when my application send the mail to reset a user's password in Laravel 5.2 with Mailgun but all the configuration lead me to nothing..
I configure my route like this :
Route::controllers([
'password' => 'Auth\PasswordController',
]);
If anyone could help me it would be really cool.. thanks !