Skip to content

Commit fe0a281

Browse files
author
DKravtsov
committed
symfony 7.4, xdebug 3.5.0, refactoring, updated composer dependencies.
1 parent 1c72854 commit fe0a281

File tree

64 files changed

+3004
-2927
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+3004
-2927
lines changed

.env

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ WEB_PORT_SSL=443
2727
# XDEBUG_CONFIG possible values: main|osx. Use main value for Linux and Windows, osx value for MacOS.
2828
XDEBUG_CONFIG=main
2929
# Sometimes we need to use different xdebug versions, list of versions can be found here - https://pecl.php.net/package/xdebug
30-
XDEBUG_VERSION=3.4.7
30+
XDEBUG_VERSION=3.5.0
3131
###< XDebug docker configuration ###
3232

3333
###> MySQL docker configuration. Can be overridden in: .env.local, .env.staging, .env.prod. ###
@@ -67,8 +67,15 @@ APP_DEBUG=1
6767
APP_SECRET=42f011ec3a7bde0bec87364b1d967193
6868
TRUSTED_PROXIES=127.0.0.1,REMOTE_ADDR
6969
#TRUSTED_HOSTS='^localhost|example\.com$'
70+
APP_SHARE_DIR=var/share
7071
###< symfony/framework-bundle ###
7172

73+
###> symfony/routing ###
74+
# Configure how to generate URLs in non-HTTP contexts, such as CLI commands.
75+
# See https://symfony.com/doc/current/routing.html#generating-urls-in-commands
76+
DEFAULT_URI=http://localhost
77+
###< symfony/routing ###
78+
7279
###> doctrine/doctrine-bundle ###
7380
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
7481
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml

.env.prod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ELASTICSEARCH_PASSWORD=changeme
1212
APP_ENV=prod
1313
APP_SECRET=42f011ec3a7bde0bec87364b1d967194
1414
APP_DEBUG=0
15+
DEFAULT_URI=
1516

1617
###> doctrine/doctrine-bundle ###
1718
DATABASE_URL=mysql://root:${MYSQL_ROOT_PASSWORD}@mysql:3306/symfony

.env.staging

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ELASTICSEARCH_PASSWORD=changeme
1212
APP_ENV=staging
1313
APP_SECRET=42f011ec3a7bde0bec87364b1d967194
1414
APP_DEBUG=0
15+
DEFAULT_URI=
1516

1617
###> doctrine/doctrine-bundle ###
1718
DATABASE_URL=mysql://root:${MYSQL_ROOT_PASSWORD}@mysql:3306/symfony

.idea/htdocs.iml

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

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)