Skip to content

Rabble-Rocks/rabble-content-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A bundle for managing content within Rabble.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published