Implement YAML config loader
This commit is contained in:
parent
14c22e0e6c
commit
6c41f06105
14 changed files with 169 additions and 9 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -10,5 +10,9 @@
|
|||
# PHP
|
||||
/.composer
|
||||
/.phpunit.cache
|
||||
/.twig.cache
|
||||
/coverage
|
||||
/vendor
|
||||
|
||||
# Production settings
|
||||
/config/app.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue