【发布时间】:2018-11-18 13:06:35
【问题描述】:
当我尝试在 Lumen 中迁移时,出现以下错误
在Connection.php line 664:
could not find driver (SQL: select * from information_schema.tables where t
able_schema = authors and table_name = migrations)
在Connector.php line 68:
could not find driver
我在 ubuntu 16 上使用 apache2。
【问题讨论】:
-
你使用什么样的数据库?
-
我目前使用的MySQL数据库
标签: php lumen laravel-artisan migrate