Skip to content

Commit 8ece140

Browse files
authored
Adding ux-live-component recipe (#1096)
1 parent c17973f commit 8ece140

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
live_component:
2+
resource: '@LiveComponentBundle/Resources/config/routing/live_component.xml'
3+
# uncomment to add localization to your components
4+
#prefix: '/{_locale}'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Symfony\\UX\\LiveComponent\\LiveComponentBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}

0 commit comments

Comments
 (0)