Boa tarde, pessoal
Fui tentar executar o comando vendor\bin\doctrine.bat orm:schema-tool:create
e apareceu o seguinte erro:
Creating database schema...
In ToolsException.php line 33:
Schema-Tool failed with Error 'An exception occurred in driver: could not find driver' while executing DDL: CREATE TABLE Aluno (id INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, nome VARCHAR(255) NOT NULL)
In AbstractSQLiteDriver.php line 86:
An exception occurred in driver: could not find driver
In Exception.php line 18:
could not find driver
No php.ini eu já habilitei o pdo_sqlite
e a estrutura var/data
existe também. Esqueci de habilitar algo?