visol/neos-caseinsensitiveurls

Last activity 29 Apr 2023 2 3 1795
composer require visol/neos-caseinsensitiveurls

Make URLs case insensitive in Neos

4.2.0

Version
4.2.0
Type
neos-package
Release Date
Apr 29, 2023 09:27
Source
git
Distribution
zip
Requires
  • neos/neos: ^3.0 || ^4.0 || ^5.0 || ^7.0 || ^8.0
GPL-3.0-or-later 2e85d2228d60d98ad9fc1a20833d4662ed91b6e2

Case insensitive URLs in Neos

This 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
  • ...

Compatibility and Maintenance

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

Installation

Just add this package to your composer.json using

composer require visol/neos-caseinsensitiveurls

and execute the node migration

./flow node:migrate --version 20151105104300 --confirmation TRUE

Warning: The node migration will convert all uriPathSegments to lowercase. This process cannot be reversed.

Credits

This package was originally created and maintained by Swisscom Internet Solutions.

It is now maintained by visol digitale Dienstleistungen GmbH, www.visol.ch

The content of the readme is provided by Github
The same vendor provides 6 package(s).