File tree Expand file tree Collapse file tree 12 files changed +23
-23
lines changed
api-platform/core/2.1/etc/packages
doctrine/doctrine-bundle/1.6/etc/packages
easycorp/easy-log-handler/1.0/etc/packages/dev
javiereguiluz/easyadmin-bundle/1.16/etc/routing
lexik/jwt-authentication-bundle/2.3/etc/packages
sensiolabs/security-checker/4.0/etc/packages/dev
swiftmailer-bundle/2.5/etc/packages
web-profiler-bundle/3.3/etc/routing/dev Expand file tree Collapse file tree 12 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 1
1
api_platform :
2
2
loader_paths :
3
- annotation : [" %kernel.project_dir%/src/Entity" ]
3
+ annotation : [' %kernel.project_dir%/src/Entity' ]
Original file line number Diff line number Diff line change 1
1
doctrine :
2
2
dbal :
3
- url : " %env(DATABASE_URL)%"
3
+ url : ' %env(DATABASE_URL)%'
4
4
orm :
5
- auto_generate_proxy_classes : " %kernel.debug%"
5
+ auto_generate_proxy_classes : ' %kernel.debug%'
6
6
naming_strategy : doctrine.orm.naming_strategy.underscore
7
7
auto_mapping : true
8
8
mappings :
9
9
App :
10
10
is_bundle : false
11
11
type : annotation
12
- dir : " %kernel.project_dir%/src/Entity"
13
- prefix : " App\\ Entity\\ "
12
+ dir : ' %kernel.project_dir%/src/Entity'
13
+ prefix : ' App\Entity\'
14
14
alias : App
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ services:
2
2
easycorp.easylog.handler :
3
3
class : EasyCorp\EasyLog\EasyLogHandler
4
4
public : false
5
- arguments : [" %kernel.logs_dir%/%kernel.environment%.log" ]
5
+ arguments : [' %kernel.logs_dir%/%kernel.environment%.log' ]
6
6
7
7
# // FIXME: How to add this configuration automatically without messing up with the monolog configuration?
8
8
# monolog:
9
9
# handlers:
10
10
# buffered:
11
11
# type: buffer
12
12
# handler: easylog
13
- # channels: [" !event" ]
13
+ # channels: [' !event' ]
14
14
# level: debug
15
15
# easylog:
16
16
# type: service
Original file line number Diff line number Diff line change 1
1
easy_admin_bundle :
2
- resource : " @EasyAdminBundle/Controller/AdminController.php"
2
+ resource : ' @EasyAdminBundle/Controller/AdminController.php'
3
3
prefix : /admin
4
4
type : annotation
Original file line number Diff line number Diff line change 1
1
lexik_jwt_authentication :
2
- private_key_path : " %env(JWT_PRIVATE_KEY_PATH)%"
3
- public_key_path : " %env(JWT_PUBLIC_KEY_PATH)%"
4
- pass_phrase : " %env(JWT_PASSPHRASE)%"
2
+ private_key_path : ' %env(JWT_PRIVATE_KEY_PATH)%'
3
+ public_key_path : ' %env(JWT_PUBLIC_KEY_PATH)%'
4
+ pass_phrase : ' %env(JWT_PASSPHRASE)%'
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ services:
5
5
6
6
sensio_distribution.security_checker.command :
7
7
class : SensioLabs\Security\Command\SecurityCheckerCommand
8
- arguments : [" @sensio_distribution.security_checker" ]
8
+ arguments : [' @sensio_distribution.security_checker' ]
9
9
tags :
10
10
- { name: console.command }
Original file line number Diff line number Diff line change 1
1
framework :
2
- secret : " %env(APP_SECRET)%"
2
+ secret : ' %env(APP_SECRET)%'
3
3
# default_locale: en
4
4
# csrf_protection: null
5
5
# http_method_override: true
6
6
# trusted_hosts: null
7
7
# https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
8
8
# session:
9
9
# handler_id: session.handler.native_file
10
- # save_path: " %kernel.project_dir%/var/sessions/%kernel.environment%"
10
+ # save_path: ' %kernel.project_dir%/var/sessions/%kernel.environment%'
11
11
# esi: ~
12
12
# fragments: ~
13
13
php_errors :
Original file line number Diff line number Diff line change 1
1
# index:
2
2
# path: /
3
- # defaults: { _controller: " App\\ Controller\\ DefaultController::index" }
3
+ # defaults: { _controller: ' App\Controller\DefaultController::index' }
4
4
5
5
# Depends on sensio/framework-extra-bundle:^3.0 and doctrine/annotations
6
6
# controllers:
Original file line number Diff line number Diff line change 1
1
swiftmailer :
2
- url : " %env(MAILER_URL)%"
3
- spool : { type: " memory" }
2
+ url : ' %env(MAILER_URL)%'
3
+ spool : { type: ' memory' }
Original file line number Diff line number Diff line change 1
1
twig :
2
- paths : [" %kernel.project_dir%/templates" ]
3
- debug : " %kernel.debug%"
4
- strict_variables : " %kernel.debug%"
2
+ paths : [' %kernel.project_dir%/templates' ]
3
+ debug : ' %kernel.debug%'
4
+ strict_variables : ' %kernel.debug%'
Original file line number Diff line number Diff line change 1
1
_errors :
2
- resource : " @TwigBundle/Resources/config/routing/errors.xml"
2
+ resource : ' @TwigBundle/Resources/config/routing/errors.xml'
3
3
prefix : /_errors
Original file line number Diff line number Diff line change 1
1
web_profiler_wdt :
2
- resource : " @WebProfilerBundle/Resources/config/routing/wdt.xml"
2
+ resource : ' @WebProfilerBundle/Resources/config/routing/wdt.xml'
3
3
prefix : /_wdt
4
4
5
5
web_profiler_profiler :
6
- resource : " @WebProfilerBundle/Resources/config/routing/profiler.xml"
6
+ resource : ' @WebProfilerBundle/Resources/config/routing/profiler.xml'
7
7
prefix : /_profiler
You can’t perform that action at this time.
0 commit comments