Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 400 Bytes

File metadata and controls

16 lines (14 loc) · 400 Bytes

Rabble Content Bundle

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],
]