|
1 | 1 | # Flowpack.SeoRouting |
2 | 2 |
|
3 | 3 | <!-- TOC --> |
4 | | - |
5 | 4 | * [Flowpack.SeoRouting](#flowpackseorouting) |
6 | | - * [Sponsoring](#sponsoring) |
7 | | - * [Introduction](#introduction) |
8 | | - * [Features](#features) |
9 | | - * [Installation](#installation) |
10 | | - * [Configuration](#configuration) |
11 | | - * [Standard Configuration](#standard-configuration) |
12 | | - * [Trailing slash mode](#trailing-slash-mode) |
13 | | - * [Blocklist for redirects](#blocklist-for-redirects) |
14 | | - * [Thank you](#thank-you) |
15 | | - |
| 5 | + * [Sponsoring](#sponsoring) |
| 6 | + * [Introduction](#introduction) |
| 7 | + * [Features](#features) |
| 8 | + * [Installation](#installation) |
| 9 | + * [Optional steps](#optional-steps) |
| 10 | + * [Configuration](#configuration) |
| 11 | + * [Standard Configuration](#standard-configuration) |
| 12 | + * [Trailing slash mode](#trailing-slash-mode) |
| 13 | + * [Blocklist for redirects](#blocklist-for-redirects) |
| 14 | + * [Thank you](#thank-you) |
16 | 15 | <!-- TOC --> |
17 | 16 |
|
18 | 17 | ## Sponsoring |
@@ -44,11 +43,17 @@ Just require it via composer: |
44 | 43 |
|
45 | 44 | `composer require flowpack/seo-routing` |
46 | 45 |
|
| 46 | +## Optional steps |
| 47 | + |
47 | 48 | If you want to use the *toLowerCase* feature you should execute the migration that comes with this package: |
48 | 49 |
|
49 | 50 | `./flow node:migrate 20250124153030 --confirmation true` |
50 | 51 |
|
51 | | -This migration transforms all the URLs of all your nodes to lowercase. It's irreversible. |
| 52 | +> [!WARNING] |
| 53 | +> This migration transforms all the URLs of all your nodes to lowercase. It's irreversible. |
| 54 | +
|
| 55 | +> [!IMPORTANT] |
| 56 | +> The migration doesn't work for Neos 9 right now, see https://github.com/Flowpack/Flowpack.SeoRouting/pull/10 |
52 | 57 |
|
53 | 58 | ## Configuration |
54 | 59 |
|
|
0 commit comments