[sulu/redirect-bundle] Providing configuration for version 3. (#1940)

* Adding Sulu Headless Bundle 3.0 configuration

* Updating the documetantation link
This commit is contained in:
mamazu
2026-02-10 21:13:33 +04:00
committed by GitHub
parent 3428e6b712
commit b67c22056e
3 changed files with 22 additions and 0 deletions
@@ -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
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,6 @@
* The <fg=green>SuluRedirectBundle</> is almost ready:
1. Print the sql statements required to update your database schema by running <info>php bin/console doctrine:schema:update --dump-sql</>.
2. If the statements look fine to you, run the same command using <info>--force</> to execute them.
3. Make sure your user has all the necessary permissions for the <fg=green>SuluRedirectBundle</>.
* <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluRedirectBundle/blob/3.0/Resources/doc/README.md</>