Repository URL to install this package:
|
Version:
3.2.0 ▾
|
<?php
return [
'items-category' => ['controller' => 'items', 'action' => 'category'],
'items-list' => ['controller' => 'items', 'action' => 'index'],
'items-type' => ['controller' => 'items', 'action' => 'type'],
'items-show' => ['controller' => 'items', 'action' => 'show'],
];