dqlxtv1452 2018-06-08 12:57
浏览 165
已采纳

php artisan migrate让我在Lumen中出错

When I am trying to migrate in Lumen it giving me following error

In Connection.php line 664:

  could not find driver (SQL: select * from information_schema.tables where t  
  able_schema = authors and table_name = migrations)                           

In Connector.php line 68:

  could not find driver  

I am using a apache2 on ubuntu 16.

  • 写回答

2条回答 默认 最新

  • dongsheng4126335 2018-06-13 07:40
    关注

    I solved my problem by updating PHP version. I was using php7.0 . I updated it to php7.2 . Lumen required minimum php7.1 .

    I used following commands

    sudo apt-get install php7.2-mysql

    php artisan cache:clear

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?