您好,我在 Laravel 应用程序中使用 elfinder。我无法从 elfinder 禁用删除选项。非常感谢任何帮助。
这是我的配置文件:
<?php
return array(
'dir' => ['assets/uploads/news_upload'],
'disks' => [
],
'route' => [
'prefix' => 'elfinder',
'middleware' => array('web', 'auth'), //Set to null to disable middleware filter
],
'access' => 'Barryvdh\Elfinder\Elfinder::checkAccess',
'roots' => null,
'options' => array(),
'root_options' => array(
),
);
?>
Run Code Online (Sandbox Code Playgroud)
我无法禁用删除选项。