Skip to content

Commit 6068910

Browse files
committed
Database / Doctrine / ORM / Entity / Migration / Repository is added
1 parent 8422903 commit 6068910

21 files changed

+2668
-33
lines changed

.env.dist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ APP_SECRET=aac12f20bf22ca6e7e3c281d7eeb5d87
88
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
99
#TRUSTED_HOSTS=localhost,example.com
1010
###< symfony/framework-bundle ###
11+
12+
###> doctrine/doctrine-bundle ###
13+
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
14+
# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
15+
# Configure your db driver and server_version in config/packages/doctrine.yaml
16+
DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name
17+
###< doctrine/doctrine-bundle ###

.idea/php.xml

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/symfony-api-boilerplate.local.iml

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)