rabble / content-bundle
A bundle for managing content within Rabble.
Installs: 67
Dependents: 6
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Type:symfony-bundle
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: 2025-03-27 03:23:49 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], ]