Symfony: "An exception occured in driver: could not find driver"

Nach der Eingabe des folgenden Befehles php bin/console doctrine:database:create –connection=system erhalten Sie diese Ausgabe: [Doctrine\DBAL\Exception\DriverException] An exception occured in driver: could not find driver [Doctrine\DBAL\Driver\PDOException] could not find driver [PDOException] could not find driver doctrine:database:create [–shard SHARD] [–connection [CONNECTION]] [–if-not-exists] [-h|–help] [-q|–quiet] [-v|vv|vvv|–verbose] [-V|–version] [–ansi] [–no-ansi] [-n|–no-interaction] [-e|–env ENV] [–no-debug] [–] <command> Die Lösung:

Mehr