You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal error: Class 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found in /vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php on line 59
Adding: "doctrine/dbal": "~2.3" to composer, and then running update, solves the problem.
The text was updated successfully, but these errors were encountered:
After installing and running phpunit I get error:
Fatal error: Class 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found in /vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php on line 59
Adding:
"doctrine/dbal": "~2.3"
to composer, and then running update, solves the problem.The text was updated successfully, but these errors were encountered: