Yii2 Noam图像管理器保存外部Web文件夹

时间:2017-05-11 08:14:05

标签: yii2 yii2-basic-app yii2-extension

我为我的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文件夹之外,并且始终无法正常工作,有人可以帮助我吗?

1 个答案:

答案 0 :(得分:1)

我找到了移动目标的方法,你所要做的就是在配置文件中创建链接快捷方式,并在params文件中使用它,你也可以直接修改作曲家文件中的模型