I use https://github.com/barryvdh/laravel-elfinder and whenever I install middlewarein auththe config/elfinder.phpfile, I get redirected to the home page, but when I use middleware for NULL, elfinder opens perfectly.
middleware
auth
config/elfinder.php
NULL
How can I protect the elfinder route in laravel so that only an accessible user is allowed to open the file manager?
thank
web config\elfinder.php.
web
config\elfinder.php
,
'middleware' => "['auth', 'web']",
laravel 5.2 "web".
Source: https://habr.com/ru/post/1629987/More articles:Javascript - Combining a multidimensional array with an index - javascriptКакова цель включения "всех" в правила @media? - cssRunning simulator with error: No template - xcodeHow to link React Native image resources in Android? - androidFunction declaration with string message - c ++An object type is registered differently in REPL than when executed - node.jsHow to replace obsolete "svgElement.offsetWidth / height" in Chrome - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1629990/uploading-files-to-google-cloud-storage-using-json-api-error-401-unauthorized&usg=ALkJrhi7yVP8RQaqpFZKY60cfSBfjghXqAHow to get svgElement scale? - javascriptConvert datatable to hierarchical data structure (JSON) using C # - jsonAll Articles