visol/neos-caseinsensitiveurls
composer require visol/neos-caseinsensitiveurls
Make URLs case insensitive in Neos
4.2.0
Readme excerpt
Case insensitive URLs in NeosThis is a Neos package that allows the usage of case insensitive URLs. As a consequence, the uriPathSegment /foobar can be accessed as
- foobar
- FooBar
- fooBar
- FOOBAR
- ...
This package is currently being maintained for the following versions:
Neos / Flow Version Version Branch Maintained Neos 3.x-5.x 4.x master Yes Neos 3.x-4.x 3.x 3.x No Neos 2.3 LTS 2.x - No InstallationJust add this package to your composer.json using
composer require visol/neos-caseinsensitiveurlsand execute the node migration
./flow node:migrate --version …Read more
The same vendor provides 6 package(s).