Our .env.example is using the deprecated MAIL_DRIVER. It seems MAIL_MAILER is the way since Laravel 7.
Our config/mail.php still references the old value.
(DONE via #755 ) Our .env.example is using the deprecated CACHE_DRIVER. CACHE_STORE seems to be the suggested variable in modern Laravel.
Our config/cache.php still references the old value.
Our .env.example is using the deprecated MAIL_DRIVER. It seems MAIL_MAILER is the way since Laravel 7.
Our config/mail.php still references the old value.
(DONE via #755 ) Our .env.example is using the deprecated CACHE_DRIVER. CACHE_STORE seems to be the suggested variable in modern Laravel.
Our config/cache.php still references the old value.