Skip to content

Commit b67c220

Browse files
authored
[sulu/redirect-bundle] Providing configuration for version 3. (#1940)
* Adding Sulu Headless Bundle 3.0 configuration * Updating the documetantation link
1 parent 3428e6b commit b67c220

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sulu_redirect_api:
2+
type: rest
3+
resource: "@SuluRedirectBundle/Resources/config/routing_api.yaml"
4+
prefix: /admin/api
5+
6+
sulu_redirect:
7+
resource: "@SuluRedirectBundle/Resources/config/routing.yaml"
8+
prefix: /admin/redirects
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Sulu\\Bundle\\RedirectBundle\\SuluRedirectBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* The <fg=green>SuluRedirectBundle</> is almost ready:
2+
1. Print the sql statements required to update your database schema by running <info>php bin/console doctrine:schema:update --dump-sql</>.
3+
2. If the statements look fine to you, run the same command using <info>--force</> to execute them.
4+
3. Make sure your user has all the necessary permissions for the <fg=green>SuluRedirectBundle</>.
5+
6+
* <fg=blue>Read</> the documentation at <comment>https://github.com/sulu/SuluRedirectBundle/blob/3.0/Resources/doc/README.md</>

0 commit comments

Comments
 (0)