Skip to content

Rabble-Rocks/rabble-website-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published