This bundle allows you to configure SonataMediaBundle to work with the Ckeditor image and file uploader. It is inspired on: SonataFormatterBundle and CoopTilleulsCKEditorSonataMediaBundle.
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
composer require runroom-packages/ckeditor-sonata-media-bundle
Then, enable the bundle by adding it to the list of registered bundles in config/bundles.php
file of your project:
// config/bundles.php
return [
// ...
Runroom\CkeditorSonataMediaBundle\RunroomCkeditorSonataMediaBundle::class => ['all' => true],
];
The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on runroom/runroom-packages.
This bundle is under the MIT license.