swisscom / neos-caseinsensitiveurls
Make URLs case insensitive in Neos
Installs: 692
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 4
Open Issues: 1
Type:neos-package
Requires
- neos/neos: ^3.0 || ^4.0
This package is not auto-updated.
Last update: 2019-10-06 09:54:57 UTC
README
This is a Neos package that allows the usage of case insensitive URLs. A uriPathSegment /foobar
can be accessed as
foobar
FooBar
fooBar
FOOBAR
- ...
Installation
Just add this package in your composer.json
using
composer require swisscom/neos-caseinsensitiveurls
and execute the node migration
./flow node:migrate --version 20151105104300 --confirmation TRUE