2017 © Pedro Peláez
 

library zf2-ckeditor-bundle

Zend Framework 2 module for easy integration of the CKEditor WYSIWYG

image

neilime/zf2-ckeditor-bundle

Zend Framework 2 module for easy integration of the CKEditor WYSIWYG

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CKEditorBundle

Build Status, (*1)

Created by Neilime, (*2)

Introduction

CKEditorBundle is a module for ZF2 for easy integration of the CKEditor WYSIWYG., (*3)

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

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:, (*5)

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

    $ php composer.phar update
    

Post installation

  1. Enabling it in your application.config.phpfile., (*7)

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

How to use CKEditorBundle

Simple configuration example

The Versions

04/02 2013

dev-master

9999999-dev

Zend Framework 2 module for easy integration of the CKEditor WYSIWYG

  Sources   Download

MIT

The Requires

 

bundle ckeditor