Im trying to Mail in Laravel 5.1
my mail.php code is
return [ \'driver\' => env(\'MAIL_DRIVER\', \'smtp\'), \'host\' => env(\'MAIL_HOS
You should restart the artisan after those changes. That was the issue for me.