PHP artisan migrate 报错显示 could not find driver ,怎么办?
n Connection.php line 664:
could not find driver (SQL: select * from information_schema.tables where table_sche
ma = blog and table_name = migrations)
In Connector.php line 67:
could not find driver
Centos下的php7,没有安装pdo_mysql,mysqlnd,因为模块载入报错
请问博主问题解决了吗?我也是同样的问题
yum install php-mysqlnd