Skip to content

ma2thieu/CKEditorBundle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CKEditor bundle for Symfony 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 35.2%
  • JavaScript 29.0%
  • Java 21.4%
  • ColdFusion 6.6%
  • Classic ASP 4.9%
  • Python 1.5%
  • Perl 1.4%