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/files / config / routes.php
Size: Mime:
<?php

return [
	
	'download' => ['controller' => 'files', 'action' => 'download'],
	'download-attachment' => ['controller' => 'attachments', 'action' => 'download'],
	'download-file' => ['controller' => 'files', 'action' => 'download'],
	'show-attachment' => ['controller' => 'attachments', 'action' => 'show'],
	'show-file' => ['controller' => 'files', 'action' => 'show'],

];