You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ErrorException: Notice: Undefined index: driver in /home/username/sites/myapp.dev/vendor/laravel/framework/src/Illuminate/Mail/MailServiceProvider.php line 79
The text was updated successfully, but these errors were encountered:
The reason is that 'driver' was not an existing setting in an older version of Laravel. Using composer update only updates the class in the vendor folder but doesn't update your mail.php config file.
This happens when I do a composer update:
ErrorException: Notice: Undefined index: driver in /home/username/sites/myapp.dev/vendor/laravel/framework/src/Illuminate/Mail/MailServiceProvider.php line 79
The text was updated successfully, but these errors were encountered: