Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 409 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 409 Bytes

BlogBundle

Symfony2 BlogBundle

commit 2

TODO

Installation Require the bundle in your composer.json file:

$ composer require egeloen/ckeditor-bundle --no-update Register the bundle:

// app/AppKernel.php

public function registerBundles() { return array( new Ivory\CKEditorBundle\IvoryCKEditorBundle(), // ... ); } Install the bundle:

$ composer update egeloen/ckeditor-bundle