modules yii2-modules-converter-docx-to-html
Converter DOCX to HTML (Module for Yii2)
lee-to/yii2-modules-converter-docx-to-html
Converter DOCX to HTML (Module for Yii2)
- Tuesday, May 29, 2018
- by lee-to
- Repository
- 1 Watchers
- 0 Stars
- 0 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Модуль для 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',
],
], (*1)
License
The MIT License (MIT). Please see License File for more information., (*2)