runroom-packages / ckeditor-sonata-media-bundle
Handle Sonata Media on Ckeditor
Installs: 37 321
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1
- sonata-project/admin-bundle: ^4.20
- sonata-project/doctrine-extensions: ^2.0
- sonata-project/media-bundle: ^4.5
- symfony/config: ^5.4 || ^6.2
- symfony/dependency-injection: ^5.4 || ^6.2
- symfony/form: ^5.4 || ^6.2
- symfony/http-foundation: ^5.4 || ^6.2
- symfony/http-kernel: ^5.4 || ^6.2
- twig/twig: ^3.0
Requires (Dev)
- dama/doctrine-test-bundle: ^7.2
- doctrine/doctrine-bundle: ^2.8
- imagine/imagine: ^1.3
- knplabs/knp-menu-bundle: ^3.1
- matthiasnoback/symfony-config-test: ^4.2
- matthiasnoback/symfony-dependency-injection-test: ^4.2
- phpunit/phpunit: ^9.6
- runroom-packages/testing: ^0.17.1
- sonata-project/block-bundle: ^4.13 || ^5.0
- sonata-project/doctrine-orm-admin-bundle: ^4.3
- sonata-project/form-extensions: ^1.18 || ^2.0
- sonata-project/twig-extensions: ^2.0
- symfony/browser-kit: ^5.4 || ^6.2
- symfony/phpunit-bridge: ^6.3
- symfony/security-bundle: ^5.4 || ^6.2
- symfony/twig-bundle: ^5.4 || ^6.2
- zenstruck/foundry: ^1.34
- dev-master / 0.18.x-dev
- 0.17.1
- 0.17.0
- 0.16.1
- 0.16.0
- 0.15.7
- v0.15.6
- v0.15.5
- v0.15.4
- v0.15.3
- v0.15.2
- v0.15.1
- v0.15.0
- v0.14.1
- v0.14.0
- v0.13.3
- v0.13.2
- v0.13.1
- v0.13.0
- v0.12.0
- v0.11.1
- v0.11.0
- v0.10.3
- v0.10.2
- v0.10.1
- v0.10.0
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.1
- v0.7.0
- v0.6.9
- v0.6.8
- v0.6.7
- v0.6.6
- v0.6.5
- v0.6.4
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.0
This package is auto-updated.
Last update: 2023-09-18 08:10:59 UTC
README
This bundle allows you to configure SonataMediaBundle to work with the Ckeditor image and file uploader. It is inspired on: SonataFormatterBundle and CoopTilleulsCKEditorSonataMediaBundle.
Installation
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
Enable the 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\RenderEventBundle\RunroomCkeditorSonataMediaBundle::class => ['all' => true], ];
Contribute
The sources of this package are contained in the Runroom monorepo. We welcome contributions for this package on runroom/runroom-packages.
License
This bundle is under the MIT license.