Files
symfony-flex-recipes-contrib/netgen.layouts-core.1.0.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

60 lines
2.6 KiB
JSON

{
"locks": {
"netgen/layouts-core": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "04428c25df562ffad615d338704213bbabdc3d2e"
}
}
},
"manifests": {
"netgen/layouts-core": {
"repository": "github.com/symfony/recipes-contrib",
"package": "netgen/layouts-core",
"version": "1.0",
"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.yml</>",
"",
" * 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:\n resource: \"@NetgenLayoutsBundle/Resources/config/routing.yml\"\n prefix: \"%netgen_layouts.route_prefix%\"\n",
"executable": false,
"encoding": ""
}
},
"origin": "netgen/layouts-core:1.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}