rabble/website-bundle

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

dev-master / 1.0.x-dev 2021-07-25 14:41 UTC

This package is auto-updated.

Last update: 2024-03-25 20:42:37 UTC


README

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