2017 © Pedro Peláez
 

neos-package lowercase-pathsegment

image

meteko/lowercase-pathsegment

  • Thursday, February 22, 2018
  • by sorenmalling
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 21 % Grown

The README.md

Lowercase URI Path Segment

Installation

composer require meteko/lowercase-pathsegment, (*1)

What does it do

Via the signal/slot nodePropertychanged this package make sure the pathSegment (used for routing) is always lowercase., (*2)

Possible client side validation

It's also possible to make a client side validation "version" of this., (*3)

By changing the regular expression validation for Neos.Neos:Document to regularExpression: '/^[a-z0-9\-]+$' (removing the /i) you make it case-sensible., (*4)

This will make it impossible so Apply until there is no uppercase characters in the field (and therefore, passing the validation), (*5)

Support

Free support in the Neos Slack channel and bug/features via the Issues and Merge request feature ohere on Github!, (*6)

A great thanks goes to

Thanks to danish scout organization Frivilligt Drenge- Og Pige-Forbund, FDF for sponsoring this work and releasing it, for you to use free of charge!, (*7)

The Versions

22/02 2018

dev-master

9999999-dev

  Sources   Download

The Requires

 

22/02 2018

1.0.0

1.0.0.0

  Sources   Download

The Requires