rabble / website-bundle
The website bundle is responsible for routing and linking content from the content bundle to the website.
Package info
github.com/Rabble-Rocks/rabble-website-bundle
Type:symfony-bundle
pkg:composer/rabble/website-bundle
dev-master / 1.0.x-dev
2021-07-25 14:41 UTC
Requires
- php: ^7.4 || ^8.0
- rabble/content-bundle: *
- symfony-cmf/routing-bundle: ^2.5
This package is auto-updated.
Last update: 2026-02-26 01:04:12 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], ]