Adding ux-live-component recipe (#1096)

This commit is contained in:
Ryan Weaver
2022-06-14 06:09:30 +02:00
committed by GitHub
parent c17973faaa
commit 8ece1405a8
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
live_component:
resource: '@LiveComponentBundle/Resources/config/routing/live_component.xml'
# uncomment to add localization to your components
#prefix: '/{_locale}'
@@ -0,0 +1,8 @@
{
"bundles": {
"Symfony\\UX\\LiveComponent\\LiveComponentBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}