rabble / website-bundle
The website bundle is responsible for routing and linking content from the content bundle to the website.
Installs: 62
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.4 || ^8.0
- rabble/content-bundle: *
- symfony-cmf/routing-bundle: ^2.5
This package is auto-updated.
Last update: 2025-03-25 23:03:06 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], ]