Files
symfony-flex-recipes-contrib/netgen.layouts-core.2.0.json
T
github-action[bot]andgithub-action[bot] f75cba1282 Update Flex endpoint
2025-12-07 07:51:39 +00:00

50 lines
2.2 KiB
JSON

{
"manifests": {
"netgen/layouts-core": {
"manifest": {
"bundles": {
"Netgen\\Bundle\\LayoutsBundle\\NetgenLayoutsBundle": [
"all"
],
"Netgen\\Bundle\\LayoutsAdminBundle\\NetgenLayoutsAdminBundle": [
"all"
],
"Netgen\\Bundle\\LayoutsDebugBundle\\NetgenLayoutsDebugBundle": [
"dev",
"test"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * For Netgen Layouts to function, you need to import the database tables",
" into your database. Currently, only MySQL is supported. To import the tables,",
" use the following command from your project root:",
"",
" <fg=green>php bin/console doctrine:migrations:migrate --configuration=vendor/netgen/layouts-core/migrations/doctrine.yaml</>",
"",
" * Enable ESI and fragments support in the <fg=green>config/packages/framework.yaml</> file.",
"",
" * Complete the installation procedure by following instructions detailed at",
" <comment>https://docs.netgen.io/projects/layouts/en/latest/getting_started/install_existing_project.html</>",
"",
"Documentation: <comment>https://docs.netgen.io/projects/layouts/en/latest/</>"
]
},
"files": {
"config/routes/netgen_layouts.yaml": {
"contents": [
"netgen_layouts:",
" resource: \"@NetgenLayoutsBundle/Resources/config/routing.yaml\"",
" prefix: \"%netgen_layouts.route_prefix%\"",
""
],
"executable": false
}
},
"ref": "bc96d39a58f03c067c5d92a0c122f319763b73b0"
}
}
}