rabble/snippet-bundle

Snippets are small pieces of content that can be loaded and used anywhere on the website.

Installs: 60

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/rabble/snippet-bundle

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

This package is auto-updated.

Last update: 2025-09-26 00:26:03 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],
]