burdapraha/oc_svg
Composer 安装命令:
composer require burdapraha/oc_svg
包简介
OpenCart 2.x hacked to allow SVG support
README 文档
README
Because jpg / png logo are retro!
Installation
- Requiring installed vQmod because vQmod doesn't support installing via composer itself.
composer require burdapraha/oc_svgcomposer require sasedev/composer-plugin-filecopierfor files manipulating- Add this code to your composer.json project file, extra section:
"extra": {
"filescopier": [
{
"source": "vendor/burdapraha/oc_svg/upload",
"destination": "upload",
"debug": "true"
}
]
}
It will move vQmod xml file to correct folder.
- optionally you can add row to your
.gitignorefile with path to svg.xml (example: upload/vqmod/xml/svg.xml) - celebrate!
统计信息
- 总下载量: 1.03k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-10