Install basic packages for webapp

make twig orm
This commit is contained in:
Tim
2023-03-31 11:09:58 +02:00
parent 0265c1e7ce
commit 2292e2a543
15 changed files with 3062 additions and 5 deletions

9
.env
View File

@ -18,3 +18,12 @@
APP_ENV=dev
APP_SECRET=a617c2ab616c5688ff5b0e95ad646641
###< symfony/framework-bundle ###
###> doctrine/doctrine-bundle ###
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
#
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8&charset=utf8mb4"
DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8"
###< doctrine/doctrine-bundle ###