stinger/ckeditor-lineutils-bundle
最新稳定版本:4.5.1
Composer 安装命令:
composer require stinger/ckeditor-lineutils-bundle
包简介
Symfony2 Bundle to integrate the CKEditor plugin lineutils
README 文档
README
Symfony2 Bundle to integrate the CKEditor plugin LineUtils
Current Version
LineUtils v4.5.1
Installation
Add bundle to your composer.json file
// composer.json { "require": { // ... "stinger/ckeditor-lineutils-bundle": "~4.5.1" } }
Add bundle to your application kernel
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Stinger\CKEditorLineUtilsBundle\StingerCKEditorLineUtilsBundle(), // ... ); }
Download the bundle using Composer
$ php composer.phar update stinger/ckeditor-lineutils-bundle
Install assets
Given your server's public directory is named "web", install the public vendor resources
$ php app/console assets:install web
Optionally, use the --symlink attribute to create links rather than copies of the resources
$ php app/console assets:install --symlink web
Usage
trsteel_ckeditor: external_plugins: lineutils: path: 'bundles/stingerckeditorlineutils'
Licenses
Refer to the source code of the included files for license information
References
统计信息
- 总下载量: 17.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2015-07-09