ckfinder的config.php文件需要设置。不然不能浏览文件。
内容如下:
require '../../../../../../bootstrap/autoload.php';
$app = require '../../../../../../bootstrap/app.php';
$app->make('Illuminate\Contracts\Http\Kernel')->handle(Illuminate\Http\Request::capture());
function CheckAuthentication()
{
return Auth::check();
}
3215

被折叠的 条评论
为什么被折叠?



