Skip to content
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

Open
raimondsL opened this issue Dec 15, 2021 · 4 comments
Open

Class "Doctrine\DBAL\Driver\AbstractMySQLDriver" not found #109

raimondsL opened this issue Dec 15, 2021 · 4 comments

Comments

@raimondsL
Copy link

Task 9:

Class "Doctrine\DBAL\Driver\AbstractMySQLDriver" not found

composer require doctrine/dbal
@VelziDM
Copy link

VelziDM commented Nov 5, 2022

You can add its install manually, by editing .github/workflows/laravel.yml
After

- name: Install Dependencies
      run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

Add this

- name: Install Doctrine
    run: composer require doctrine/dbal

This will help you pass the tests.

@thinkverse
Copy link
Contributor

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.

If you are running a database installation older than one of the following releases, you should ensure that you have installed the doctrine/dbal library via the Composer package manager before renaming a column.

@fhraju
Copy link

fhraju commented Jan 8, 2023

I also have the same problem.

@thinkverse
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants