I am using laravel 5.3 , using MAMP as the server and my php version is 7.4.1 – PHP Versions
when I use this php artisan migrate command, I got this error: [IlluminateDatabaseQueryException] could not find driver (SQL: select * from information_schema.tables where table_schema = laravelcrud and t able_name = migrations) PDOException could not find driver my .env file DB_CONNECTION=mysql…