Download the PHP package luzucheng59/laravel-editormd without Composer
On this page you can find all versions of the php package luzucheng59/laravel-editormd. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-editormd
Editor.md For Laravel5
最好用的Editor.md编辑器和解析器
更新记录
2019-03-22
优化存储方式
- 默认使用editormd.php的配置,为空时使用filesystems的default存储
- 支持多个云储存,如七牛、阿里云 (单独安装扩展)
- 解决云存储文件路径错误问题
2019-02-26
新增功能
- 新增后端解析方法
2019-01-15
初始化
- 项目初始化
介绍
基于Editor.md实现的laravel扩展, 支持七牛云;支持后端解析markdown文本
Editor.md官网: https://pandao.github.io/editor.md/examples/index.html
效果
默认样式
安装
方法一:使用composer直接安装
方法二:编辑composer.json后 直接composer update
配置
修改config/app.php(laravel5.5 可省略)
生成配置文件
配置文件:config/editormd.php
扩展说明
使用云存储
1. 在blade中显示编辑框 (请在editor_js()之前引用jquery)
2. 后端解析数据
参考
- erusev/parsedown
- LaravelChen/laravel-editormd
- zgldh/qiniu-laravel-storage
- jacobcyl/Aliyun-oss-storage
想想还有什么.... 敬请使用!
All versions of laravel-editormd with dependencies
PHP Build Version
Package Version
The package luzucheng59/laravel-editormd contains the following files
Loading the files please wait ....