Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 387 Bytes

File metadata and controls

16 lines (14 loc) · 387 Bytes

Rabble Website Bundle

The website bundle is responsible for routing and linking content from the content bundle to the website.

Installation

Install the bundle by running

composer require rabble/website-bundle

Add the following class to your config/bundles.php file:

return [
    ...
    Rabble\WebsiteBundle\RabbleWebsiteBundle::class => ['all' => true],
]