rabble / content-bundle
A bundle for managing content within Rabble.
Package info
github.com/Rabble-Rocks/rabble-content-bundle
Type:symfony-bundle
pkg:composer/rabble/content-bundle
dev-master / 1.0.x-dev
2021-07-26 19:20 UTC
Requires
- php: ^7.4 || ^8.0
- doctrine/phpcr-bundle: ^2.1
- jackalope/jackalope-doctrine-dbal: ^1.4
- ongr/elasticsearch-bundle: ^7.0
- rabble/field-type-bundle: *
This package is auto-updated.
Last update: 2026-02-27 05:23:40 UTC
README
The content bundle is for managing content within Rabble. You can add content types using Symfony configuration files.
Installation
Install the bundle by running
composer require rabble/content-bundle
Add the following class to your config/bundles.php file:
return [ ... Rabble\ContentBundle\RabbleContentBundle::class => ['all' => true], ]