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

3.0.2 2018-08-24 08:18 UTC

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