Download the PHP package prozhou/math-editor-bundle without Composer
On this page you can find all versions of the php package prozhou/math-editor-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download prozhou/math-editor-bundle
More information about prozhou/math-editor-bundle
Files in prozhou/math-editor-bundle
Download prozhou/math-editor-bundle
More information about prozhou/math-editor-bundle
Files in prozhou/math-editor-bundle
Vendor prozhou
Package math-editor-bundle
Short Description ueditor and matheditor for Symfony 2/3.
License MIT
Package math-editor-bundle
Short Description ueditor and matheditor for Symfony 2/3.
License MIT
Please rate this library. Is it a good library?
Informations about the package math-editor-bundle
ProzhouMathEditorBundle
在jims/editor-hub-bundle基础上添加公式编辑器功能,支持多个实例
安装
1.Step 1 composer 安装
yml // app/config/routing.yml jims_editor: resource: "@JimsEditorHubBundle/Resources/config/routing.yml" prefix: / yml //app/config/config.yml twig: ... form_themes:
- 'JimsEditorHubBundle:Form:form_ueditor_type.html.twig'
- 'JimsEditorHubBundle:Form:form_umeditor_type.html.twig'
yml
//app/config/config.yml
jims_editor_hub:
ueditor:
config_file: ~ #ueditor 的 配置文件的 默认文件: "bundle路径"+Resources/config/config.json
umeditor:
save_path: "upload/umeditor/" #存储文件夹
max_size: 2000 #允许的文件最大尺寸,单位KB
allow_files: [ ".gif" , ".png" , ".jpg" , ".jpeg" , ".bmp" ] #允许的文件格式
## 使用方法
All versions of math-editor-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.3.3|^7.0
symfony/framework-bundle Version ^2.3|^3.0
symfony/form Version ^2.3|^3.0
twig/twig Version ^1.0||^2.0
jims/editor-hub-bundle Version ^1.0
symfony/framework-bundle Version ^2.3|^3.0
symfony/form Version ^2.3|^3.0
twig/twig Version ^1.0||^2.0
jims/editor-hub-bundle Version ^1.0
The package prozhou/math-editor-bundle contains the following files
Loading the files please wait ....