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