Files
symfony-flex-recipes/doctrine
Ryan Weaver cb9f0ede5f Simplifying setup: don't use any parameters
We can do this by using the driver and server_version config. Then, we
can just set DATABASE_URL to blank, to supress the error that it does
not exist. If it *is* set, it overrides the driver option, but they
should match anyways.
2017-11-19 20:33:10 +02:00
..