Search code examples
phplaravelpdomigrate

laravel migration error could not find the driver mysql


I have php 7.4 installed in wampserver and when I try to run php artisan migrate it wont work

config/database.php

env file


Solution

  • I think that pdo_mysql is #commented in your php.ini

    The php.ini resided in /pathto/wamp/php/php7.x.