Докидываю web.php.example

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2021-07-26 05:33:37 +10:00
parent 5f3623a258
commit b2b5b0737c

View File

@ -96,6 +96,7 @@ $config = [
],
'product/<catn:[^/]+>' => 'product/index',
'<section:(product|cart)>/<catn:[^/]+>/<action:(read|write|edit|delete)>/<target:(title|catn|dscr|dmns|wght|image|cover|comm)>' => '<section>/<action>-<target>',
'profile/geolocation/<action:(init)>' => 'profile/geolocation-<action>',
'orders' => 'order/index',
'orders/<type:[^/]+>' => 'order/index',
'orders/<_key:[^/]+>/<action:(accept)>' => 'order/<action>',