/config.yml Secret
Last active
November 9, 2016 18:35
SQLite Symfony
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doctrine: | |
dbal: | |
driver: pdo_sqlite | |
# all the other config like host, etc | |
path: "%database_path%" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
# ... all the existing parameters | |
database_path: "%kernel.root_dir%/data.db3" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment