我在Laravel 5中配置了elfinder,也使用了CKEditor。一切都很好,直到我点击浏览服务器按钮,然后我得到了"Class replace-this-with-your-middleware does not exist
"错误。
我已经在网上搜索了,但我没有找到任何合适的答案。接下来我可以尝试什么?
您应该在elfinder配置中写入您的中间件名称。
例如: 'route' => [
'prefix' => 'elfinder',
'middleware' => 'auth'/*replace-this-with-your-middleware*/, //Set to null to disable middleware filter
],
图片