rabble / snippet-bundle
Snippets are small pieces of content that can be loaded and used anywhere on the website.
Package info
github.com/Rabble-Rocks/rabble-snippet-bundle
Type:symfony-bundle
pkg:composer/rabble/snippet-bundle
dev-master / 1.0.x-dev
2021-07-25 14:40 UTC
Requires
- php: ^7.4 || ^8.0
- rabble/content-bundle: *
This package is auto-updated.
Last update: 2026-02-26 01:29:02 UTC
README
Snippets are small pieces of content that can be loaded and used anywhere on the website.
Installation
Install the bundle by running
composer require rabble/snippet-bundle
Add the following class to your config/bundles.php file:
return [ ... Rabble\SnippetBundle\RabbleSnippetBundle::class => ['all' => true], ]