stinger/ckeditor-image2-bundle
最新稳定版本:4.5.1
Composer 安装命令:
composer require stinger/ckeditor-image2-bundle
包简介
Symfony2 Bundle to integrate the CKEditor plugin Image2
关键字:
README 文档
README
Symfony2 Bundle to integrate the CKEditor plugin Image2
Current Version
Image2 v4.5.1
Installation
Add bundle to your composer.json file
// composer.json { "require": { // ... "stinger/ckeditor-image2-bundle": "~4.5.1" } }
Add bundle to your application kernel
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Stinger\CKEditorImage2Bundle\StingerCKEditorImage2Bundle(), // ... ); }
Download the bundle using Composer
$ php composer.phar update stinger/ckeditor-image2-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: image2: path: 'bundles/stingerckeditorimage2'
Licenses
Refer to the source code of the included files for license information
References
统计信息
- 总下载量: 714
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2015-07-09