laravel下run phpunit错误
阿神
阿神 2017-04-10 14:56:48
0
1
399

错误如下:

PHP Fatal error:  Class 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found in /mnt/hgfs/server_php/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php on line 59

一直都很正常,突然就这样了。。

阿神
阿神

闭关修行中......

reply all(1)
迷茫

这个问题已经解决。原来是自laravel 4.1后把Doctrine去掉了。需要在composer.json里面手动加上依赖。

"require": {
    ...
    ...
    "doctrine/dbal" : "2.4.*"
}

具体看这里

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template