Докидываю web.php.example
This commit is contained in:
@@ -96,6 +96,7 @@ $config = [
|
|||||||
],
|
],
|
||||||
'product/<catn:[^/]+>' => 'product/index',
|
'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>',
|
'<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' => 'order/index',
|
||||||
'orders/<type:[^/]+>' => 'order/index',
|
'orders/<type:[^/]+>' => 'order/index',
|
||||||
'orders/<_key:[^/]+>/<action:(accept)>' => 'order/<action>',
|
'orders/<_key:[^/]+>/<action:(accept)>' => 'order/<action>',
|
||||||
|
Reference in New Issue
Block a user