Added stimulus and turbo. Added first controller to close sidebar.

This commit is contained in:
Krzysztof Płaczek
2024-10-18 17:53:53 +02:00
parent 471baaf562
commit d2d2de4b85
12 changed files with 254 additions and 5 deletions

View File

@@ -106,6 +106,20 @@
"config/routes.yaml"
]
},
"symfony/stimulus-bundle": {
"version": "2.20",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "2.13",
"ref": "6acd9ff4f7fd5626d2962109bd4ebab351d43c43"
},
"files": [
"assets/bootstrap.js",
"assets/controllers.json",
"assets/controllers/hello_controller.js"
]
},
"symfony/twig-bundle": {
"version": "7.1",
"recipe": {
@@ -119,6 +133,9 @@
"templates/base.html.twig"
]
},
"symfony/ux-turbo": {
"version": "v2.20.0"
},
"symfony/web-profiler-bundle": {
"version": "7.1",
"recipe": {