Skip to content

Commit

Permalink
Adding ux-live-component recipe (symfony#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan authored Jun 14, 2022
1 parent c17973f commit 8ece140
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
live_component:
resource: '@LiveComponentBundle/Resources/config/routing/live_component.xml'
# uncomment to add localization to your components
#prefix: '/{_locale}'
8 changes: 8 additions & 0 deletions symfony/ux-live-component/2.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Symfony\\UX\\LiveComponent\\LiveComponentBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 8ece140

Please sign in to comment.