rabble/content-bundle

A bundle for managing content within Rabble.

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

This package is auto-updated.

Last update: 2024-03-27 01:15:54 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],
]