routes - Cakephp 2.x to 3 migration, where does the folder app/Lib/Routing with the custom routeClass go to? -
how can set custom routeclass in cakephp 2.x? route extension located inside app/lib/routing directory in cakephp 2.x. have place in cakephp 3?
try this, create folder : /lib/routing/route , use :
router::defaultrouteclass('dashedroute');
http://book.cakephp.org/3.0/en/development/routing.html#custom-route-classes
if want example take in deep heart of cakephp
vendor\cakephp\cakephp\src\routing\route
Comments
Post a Comment