Download the PHP package wenslim/editormd without Composer
On this page you can find all versions of the php package wenslim/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 editormd
Editor.md in Laravel
简介
Editor.md 编辑器基于 Markdown 整体界面干净整洁, 功能全面很适合做后台发文等编辑器
演示
使用
为方便今后开发使用,简化成包,欢迎 star.
上传图片新增对 upyun「又拍云」 的支持.
版本
要求 Laravel version 5.5+
安装
生成配置
关于包更新
- 请查看 github 文档当前包最新版本号, 目前是 0.1.2
composer.json
更新
- 删除
config / editormd.php
配置文件并通过上面指令重新生成配置
配置文件
config / editormd.php
使用 default 时
.env
说明:如果是本地,请填写你的域名
使用 upyun 时
修改配置
config / services.php
说明:
- name - 服务名称
- user - 操作员名称
- pass - 操作员密码
配置账号
.env
发布时
resources / views / articles / create.blade.php
说明:
- 请在资源脚本之前引入 Jquery
- 请为 textarea 的父级元素指明 id 选择器
注意:若使用了 laravel mix 项目默认会生成 app.js,其中包含了 jQuery,此时只需要在脚本引入之前加载 app.js 即可,若未使用,可以采取上述引入 cdn 的方式
存储时
app / Http / Controllers / ArticlesController.php
说明:
- 默认存储 content 的原始内容
- 新增 markdown 字段存储编译后的内容
显示时
resources / views / articles / show.blade.php
说明:用于修改时,请读取 content 的内容
All versions of editormd with dependencies
PHP Build Version
Package Version
Requires
upyun/sdk Version
~3.3.0
The package wenslim/editormd contains the following files
Loading the files please wait ....