-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Class "Doctrine\DBAL\Driver\AbstractMySQLDriver" not found #109
Comments
You can add its install manually, by editing .github/workflows/laravel.yml
Add this
This will help you pass the tests. |
For those wondering, this is part of the solution to Task 9. Which wants you to solve the issue of renaming columns, and the solution for that is documented in the documentation.
|
I also have the same problem. |
A new update has been made to the Laravel framework regarding renaming columns as of Laravel v9.44.0. @PovilasKorop made a video about it as well. So this is the solution pre-Laravel v9.44.0. |
Task 9:
Class "Doctrine\DBAL\Driver\AbstractMySQLDriver" not found
The text was updated successfully, but these errors were encountered: