php artisan migrate : [PDOException] could not find driver解决办法

来源:互联网 发布:小号交易平台源码 编辑:程序博客网 时间:2024/06/07 07:10
在laravel5以后,配置数据库可以在.env文件中进行配置,另外,在执行php时,需要允许pdo扩展,需要在php.ini文件中将pdo_mysql这一行前的分号删除。另外你还可以参考这篇文章:http://stackoverflow.com/questions/26156125/php-artisan-migrate-pdoexception-could-not-find-driver
0 0
原创粉丝点击