Yii2 Noam 图像管理器保存在 web 文件夹之外

Yii2 Noam Image manager save outside web folder

我为我的 yii2 应用程序使用 noam 图像管理器 https://github.com/noam148/yii2-image-manager

在组件中,他们告诉我把这个

'components' => [
    'imagemanager' => [
        'class' => 'noam148\imagemanager\components\ImageManagerGetPath',
        //set media path (outside the web folder is possible)
        'mediaPath' => '/path/where/to/store/images/media/imagemanager',
        //path relative web folder to store the cache images
        'cachePath' => 'assets/images',
        //use filename (seo friendly) for resized images else use a hash
        'useFilename' => true,
        //show full url (for example in case of a API)
        'absoluteUrl' => false,
    ],
],

我尝试了很多次让扩展在 web 文件夹之外创建文件夹,但总是不起作用,有人可以帮我解决这个问题吗?

我找到了移动target的方法,你只需要在配置文件中创建link快捷方式,并在params文件中使用它,也可以直接在composer文件中修改模型