cruddy/ace
最新稳定版本:v0.5.0
Composer 安装命令:
composer require cruddy/ace
包简介
An ACE editor for Cruddy.
关键字:
README 文档
README
ACE editor support for Cruddy with special markdown editor.
Installation
composer require cruddy/ace:~0.5.*
Include a service provider:
'Kalnoy\Cruddy\Ace\AceServiceProvider',
Publish assets and config files:
php artisan vendor:publish --provider="Kalnoy\Cruddy\Ace\AceServiceProvider"
Usage
$schema->code('description')->mode('html');
Setting the height of the editor:
$schema->code('description')->height(300);
Toggling off wordwrap mode:
$schema->code('description')->wordwrap(false);
Markdown editor:
$schema->markdown('description');
统计信息
- 总下载量: 202
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-01-25