diff --git a/sulu/redirect-bundle/3.0/config/routes/sulu_redirect_admin.yaml b/sulu/redirect-bundle/3.0/config/routes/sulu_redirect_admin.yaml new file mode 100644 index 00000000..a944394b --- /dev/null +++ b/sulu/redirect-bundle/3.0/config/routes/sulu_redirect_admin.yaml @@ -0,0 +1,8 @@ +sulu_redirect_api: + type: rest + resource: "@SuluRedirectBundle/Resources/config/routing_api.yaml" + prefix: /admin/api + +sulu_redirect: + resource: "@SuluRedirectBundle/Resources/config/routing.yaml" + prefix: /admin/redirects diff --git a/sulu/redirect-bundle/3.0/manifest.json b/sulu/redirect-bundle/3.0/manifest.json new file mode 100644 index 00000000..cce2d060 --- /dev/null +++ b/sulu/redirect-bundle/3.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +} diff --git a/sulu/redirect-bundle/3.0/post-install.txt b/sulu/redirect-bundle/3.0/post-install.txt new file mode 100644 index 00000000..0d052af6 --- /dev/null +++ b/sulu/redirect-bundle/3.0/post-install.txt @@ -0,0 +1,6 @@ + * 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/3.0/Resources/doc/README.md