I get the following error(s) when trying to access an application I have downloaded online (I am the first to run into this issue, I have checked.):
could not find driver (SQL: select * from
app_settings) (View: /var/www/mendar-dev/resources/views/auth/login.blade.php)
My .env file looks good, and is well configured.
Running LEMP stack on ubuntu 18.04 TLS.
EDIT: I'm also seeing this error on the Laravel installer: could not find driver (SQL: select * from app_settings)
Any ideas?