stinger/ckeditor-widget-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

stinger/ckeditor-widget-bundle

最新稳定版本:4.5.1

Composer 安装命令:

composer require stinger/ckeditor-widget-bundle

包简介

Symfony2 Bundle to integrate the CKEditor plugin Widget

README 文档

README

Symfony2 Bundle to integrate the CKEditor plugin Widget

Current Version

Widget v4.5.1

Installation

Add bundle to your composer.json file

// composer.json

{
    "require": {
		// ...
        "stinger/ckeditor-widget-bundle": "~4.5.1"
    }
}

Add bundle to your application kernel

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Stinger\CKEditorWidgetBundle\StingerCKEditorWidgetBundle(),
        // ...
    );
}

Download the bundle using Composer

$ php composer.phar update stinger/ckeditor-widget-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:
      widget:
        path: 'bundles/stingerckeditorwidget'

Licenses

Refer to the source code of the included files for license information

References

  1. http://ckeditor.com/addon/wdget
  2. http://symfony.com

统计信息

  • 总下载量: 17.83k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-07-09