Skip to content

webdesign7/zf2-ckeditor-bundle

 
 

Repository files navigation

CKEditorBundle

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

About

Zend Framework 2 module for easy integration of the CKEditor WYSIWYG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%