Laravel change uri to lowercase -


you know laravel case sensitive. how can forced user used lowercase in address bar ? can change uri in middleware ? how ? i'm using laravel 5.1.10

you can't force user use lower or upper case in address bar. want keep in mind. case sensitive or not case sensitive depends on server , environment.

in general windows machines case insensitive on other hand, linux case sensitive. lowercase way go or chasing bugs dog chasing tail.

hope help.


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -