Repository URL to install this package:
|
Version:
3.2.0 ▾
|
<?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'],
];