错误如下:
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
一直都很正常,突然就这样了。。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
这个问题已经解决。原来是自laravel 4.1后把Doctrine去掉了。需要在composer.json里面手动加上依赖。
具体看这里