swisscom / neos-caseinsensitiveurls
This package is abandoned and no longer maintained.
The author suggests using the visol/neos-caseinsensitiveurls package instead.
Make URLs case insensitive in Neos
Package info
github.com/sinso/Swisscom.Neos.CaseInsensitiveUrls
Type:neos-package
pkg:composer/swisscom/neos-caseinsensitiveurls
3.0.2
2018-08-24 08:18 UTC
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
foobarFooBarfooBarFOOBAR- ...
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