Skip to content

Commit

Permalink
Symfony componenten voor annotations, templating, orm, maker en valid…
Browse files Browse the repository at this point in the history
…ation

toegevoegd. Default test route toegevoegd.
  • Loading branch information
maartendekeizer committed Feb 26, 2018
1 parent a01fe57 commit ad82dcd
Show file tree
Hide file tree
Showing 16 changed files with 2,405 additions and 558 deletions.
7 changes: 7 additions & 0 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ APP_SECRET=2f3e64e890898f416ab7980ef97fede2
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS=localhost,example.com
###< symfony/framework-bundle ###

###> doctrine/doctrine-bundle ###
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
# Configure your db driver and server_version in config/packages/doctrine.yaml
DATABASE_URL=mysql://db_user:[email protected]:3306/db_name
###< doctrine/doctrine-bundle ###
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
"require": {
"php": "^7.1.3",
"ext-iconv": "*",
"sensio/framework-extra-bundle": "^5.1",
"symfony/console": "^4.0",
"symfony/flex": "^1.0",
"symfony/framework-bundle": "^4.0",
"symfony/lts": "^4@dev",
"symfony/maker-bundle": "^1.1",
"symfony/orm-pack": "^1.0",
"symfony/templating": "^4.0",
"symfony/validator": "^4.0",
"symfony/yaml": "^4.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit ad82dcd

Please sign in to comment.