定制 neilime/zf2-ckeditor-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

neilime/zf2-ckeditor-bundle

Composer 安装命令:

composer require neilime/zf2-ckeditor-bundle

包简介

Zend Framework 2 module for easy integration of the CKEditor WYSIWYG

README 文档

README

Build Status

Created by Neilime

Introduction

CKEditorBundle is a module for ZF2 for easy integration of the CKEditor WYSIWYG.

P.S. Sorry for my english. If You wish to help me with this project or correct my english description - You are welcome :)

Requirements

Installation

Main Setup

By cloning project

  1. Install the .
  2. Clone this project into your ./vendor/ directory.

With composer

  1. Add this project in your composer.json:

    "require": {
        "neilime/zf2-ckeditor-bundle": "dev-master"
    }
  2. Now tell composer to download CKEditorBundle by running the command:

    $ php composer.phar update

Post installation

  1. Enabling it in your application.config.phpfile.

    <?php
    return array(
        'modules' => array(
            // ...
            'CKEditorBundle',
        ),
        // ...
    );

How to use CKEditorBundle

Simple configuration example

统计信息

  • 总下载量: 10
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 4
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-01-31