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

pkg:composer/rabble/content-bundle

dev-master / 1.0.x-dev 2021-07-26 19:20 UTC

This package is auto-updated.

Last update: 2025-09-27 04:23:41 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],
]