rabble/snippet-bundle

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

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

This package is auto-updated.

Last update: 2024-04-25 21:02:48 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],
]