Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 652 Bytes

README.md

File metadata and controls

45 lines (35 loc) · 652 Bytes

CKEditor

CKEditor bundle with simogeo filemanager as upload manager

##Installation

// debs
[CKEditorBundle]
    git=https://github.com/milos-silni/CKEditorBundle.git
    target=/bundles/MilosSilni/CKEditorBundle
$ php bin/vendors install
<?php
// app/autoload.php

$loader->registerNamespaces(array(
    'MilosSilni'       => __DIR__.'/../vendor/bundles',
    // ...
);
<?php
// app/AppKernel.php

public function registerBundles()
{
    return array(
        new MilosSilni\CKEditorBundle\CKEditorBundle(),
        // ...
    );
}
$ ./app/console assets:install web --symlink