Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
evsmash/items / config / routes.php
Size: Mime:
<?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'],

];