https://github.com/lee-to/yii2-modules-converter-docx-to-html
Converter DOCX to HTML (Module for Yii2)
https://github.com/lee-to/yii2-modules-converter-docx-to-html
Last synced: 3 months ago
JSON representation
Converter DOCX to HTML (Module for Yii2)
- Host: GitHub
- URL: https://github.com/lee-to/yii2-modules-converter-docx-to-html
- Owner: lee-to
- License: mit
- Created: 2018-05-29T09:23:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T09:37:02.000Z (about 7 years ago)
- Last Synced: 2024-12-28T11:30:24.642Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 574 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Модуль для Yii2 с помощью которого можно конвертировать docx файлы в html код
# Установка
1) composer require lee-to/yii2-modules-converter-docx-to-html
2) Скопировать wordhtml в папку с модулями yii2
3) Добавить в конфиг
'modules' => [
'wordhtml' => [
'class' => 'app\modules\wordhtml\Wordhtml',
],
]
# License
The MIT License (MIT). Please see License File for more information.