When trying to run a migration I get the error Artisan migration
[Symfony\Component\Debug\Exception\FatalThrowableError]
Class 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found
i already installed doctrine/dbal using
composer require doctrine/dbal
and on my composer.json already had
doctrine/dbal": "^3.0"
but i still got this error