https://github.com/burdapraha/oc_svg
🖼️ OpenCart 2.3.x hacked to allow SVG support
https://github.com/burdapraha/oc_svg
filemanager logo opencart opencart-2x opencart-theme svg theme
Last synced: about 2 months ago
JSON representation
🖼️ OpenCart 2.3.x hacked to allow SVG support
- Host: GitHub
- URL: https://github.com/burdapraha/oc_svg
- Owner: BurdaPraha
- License: mit
- Created: 2017-05-10T14:00:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T14:19:32.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T14:16:17.083Z (2 months ago)
- Topics: filemanager, logo, opencart, opencart-2x, opencart-theme, svg, theme
- Homepage: http://burda.cz
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SVG support for [OpenCart 2.x](https://github.com/opencart/opencart)
Because jpg / png logo are retro!
## Installation
1. Requiring installed [vQmod](https://github.com/vqmod/vqmod) because vQmod doesn't support installing via composer itself.
2. `composer require burdapraha/oc_svg`
3. `composer require sasedev/composer-plugin-filecopier` for files manipulating
4. 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.5. optionally you can add row to your `.gitignore` file with path to svg.xml (example: upload/vqmod/xml/svg.xml)
6. celebrate!