mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Adding ux-live-component recipe (#1096)
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user