I looked at the CakePHP 4 docs and noticed, that the support for named parameters via Router::parseNamedParams
is removed.
I have an application where I make heavy use of named parameters and any other way would definitely make everything much more complicated.
Is there a practical way to use named params in Cake 4 or am I out of luck and have to stay at 3.x?