good afternoon. I'm encountering some issues running a Laravel application locally. I don't have much knowledge about Laravel or PHP Artisan, and I could use a little help. I'm not familiar with the specifics of this problem, but I suspect it might be related to the database since it seems to be attempting a connection.
ERROR: Illuminate\Database\QueryException could not find driver (SQL: select * from banners where status = 1 order by order asc)
I've already tried changing the .env to APP_DEBUG=false APP_ENV=local, but without success. Any assistance would be greatly appreciated.
DB_CONNECTION=mysqlDB_HOST=127.0.0.1DB_PORT=3306DB_DATABASE=laravelDB_USERNAME=laravelDB_PASSWORD=laravelLinux: Add this line extension=pdo_mysql.so to the php.ini fileWindows: Add this line extension=pdo_mysql.dll to the php.ini file