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
When I'm using factory to fill model attribute, i get this error
....PHP Fatal error: Class 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found in /Users/rahmatawaludin/Sites/stc-idms/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php on line 59
Fatal error: Class 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found in /Users/rahmatawaludin/Sites/stc-idms/vendor/laravel/framework/src/Illuminate/Database/MySqlConnection.php on line 59
Is it because laravel 4.1 don't include doctrine?
The text was updated successfully, but these errors were encountered:
When I'm using factory to fill model attribute, i get this error
Is it because laravel 4.1 don't include doctrine?
The text was updated successfully, but these errors were encountered: