{ "manifests": { "sulu/redirect-bundle": { "manifest": { "bundles": { "Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" }, "post-install-output": [ " * The SuluRedirectBundle is almost ready:", " 1. Print the sql statements required to update your database schema by running php bin/console doctrine:schema:update --dump-sql.", " 2. If the statements look fine to you, run the same command using --force to execute them.", " 3. Make sure your user has all the necessary permissions for the SuluRedirectBundle.", "", " * Read the documentation at https://github.com/sulu/SuluRedirectBundle/blob/2.x/Resources/doc/README.md" ] }, "files": { "config/routes/sulu_redirect_admin.yaml": { "contents": [ "sulu_redirect_api:", " resource: \"@SuluRedirectBundle/Resources/config/routing_api.yml\"", " prefix: /admin/api", "", "sulu_redirect:", " resource: \"@SuluRedirectBundle/Resources/config/routing.yml\"", " prefix: /admin/redirects", "" ], "executable": false } }, "ref": "2e8505bd3dd91e8672af9221b13de48c6944c0e4" } } }