WIP: Implement frontend

This commit is contained in:
Björn Fromme
2023-09-18 13:10:20 +02:00
parent bfc5e5e242
commit ce97017ac4
70 changed files with 8751 additions and 337 deletions
+17
View File
@@ -26,6 +26,9 @@
"migrations/.gitignore"
]
},
"knplabs/knp-menu-bundle": {
"version": "v3.2.0"
},
"phpunit/phpunit": {
"version": "9.6",
"recipe": {
@@ -204,6 +207,20 @@
"config/packages/security.yaml"
]
},
"symfony/stimulus-bundle": {
"version": "2.11",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "2.9",
"ref": "05c45071c7ecacc1e48f94bc43c1f8d4405fb2b2"
},
"files": [
"assets/bootstrap.js",
"assets/controllers.json",
"assets/controllers/hello_controller.js"
]
},
"symfony/translation": {
"version": "6.3",
"recipe": {