|
|
|
|
|
by michaelbrooks
2507 days ago
|
|
It's using Doctrine so the configuration should be easy to change in the .env file. Update the "DATABASE_URL" line to... `DATABASE_URL="sqlite:///%kernel.project_dir%/var/app.db"` And point it to the correct directory where your file is located. |
|
[0] https://symfony.com/doc/current/doctrine.html#configuring-th...