dunglas / frankenphp-demo

Demo app for FrankenPHP
https://frankenphp.dev
145 stars 13 forks source link

can't use doctrine #5

Closed MakFly closed 1 year ago

MakFly commented 1 year ago

I can't use doctrine mysql in app franken. Its normal because i haven't a extension in php.ini ? or others ?

`docker-compose exec frankenphp bin/console d:m:m

In ExceptionConverter.php line 117:

An exception occurred in the driver: could not find driver

In Exception.php line 28:

could not find driver

In Driver.php line 27:

could not find driver `

dunglas commented 1 year ago

Only SQLite is supported for now. See https://github.com/dunglas/frankenphp/pull/33