File tree 4 files changed +16
-19
lines changed
4 files changed +16
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "controllers" : {
3
- "@symfony/ux-live-component" : {
4
- "live" : {
5
- "enabled" : true ,
6
- "fetch" : " eager" ,
7
- "autoimport" : {
8
- "@symfony/ux-live-component/dist/live.min.css" : true
9
- }
10
- }
2
+ "controllers" : {
3
+ "@symfony/ux-live-component" : {
4
+ "live" : {
5
+ "enabled" : true ,
6
+ "fetch" : " eager" ,
7
+ "autoimport" : {
8
+ "@symfony/ux-live-component/dist/live.min.css" : true
11
9
}
12
- },
13
- "entrypoints" : []
10
+ }
11
+ }
12
+ },
13
+ "entrypoints" : []
14
14
}
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ doctrine:
11
11
orm :
12
12
auto_generate_proxy_classes : true
13
13
enable_lazy_ghost_objects : true
14
- report_fields_where_declared : true
15
14
validate_xml_mapping : true
16
15
naming_strategy : doctrine.orm.naming_strategy.underscore_number_aware
17
16
auto_mapping : true
@@ -20,7 +19,6 @@ doctrine:
20
19
App :
21
20
type : attribute
22
21
is_bundle : false
23
- type : attribute
24
22
dir : ' %kernel.project_dir%/src/Entity'
25
23
prefix : ' App\Entity'
26
24
alias : App
Original file line number Diff line number Diff line change 515
515
]
516
516
},
517
517
"symfony/webpack-encore-bundle": {
518
- "version": "1.16 ",
518
+ "version": "2.1 ",
519
519
"recipe": {
520
520
"repo": "github.com/symfony/recipes",
521
521
"branch": "main",
522
- "version": "1.10 ",
523
- "ref": "f8fc53f1942f76679e9ee3c25fd44865355707b5 "
522
+ "version": "2.0 ",
523
+ "ref": "082d754b3bd54b3fc669f278f1eea955cfd23cf5 "
524
524
},
525
525
"files": [
526
526
"assets/app.js",
527
- "assets/bootstrap.js",
528
- "assets/controllers.json",
529
- "assets/controllers/hello_controller.js",
530
527
"assets/styles/app.css",
531
528
"config/packages/webpack_encore.yaml",
532
529
"package.json",
Original file line number Diff line number Diff line change 16
16
See https://symfony.com/doc/current/frontend.html
17
17
#}
18
18
{% block stylesheets %}
19
+ {{ encore_entry_link_tags(' app' ) }}
19
20
{% endblock %}
20
21
{% block javascripts %}
22
+ {{ encore_entry_script_tags(' app' ) }}
21
23
{% endblock %}
22
24
23
25
<link rel =" icon" type =" image/x-icon" href =" {{ asset(' favicon.ico' ) }}" />
You can’t perform that action at this time.
0 commit comments