jmf/preset-rendering-bundle

Preset rendering bundle for Symfony

1.0.x-dev 2025-07-25 22:20 UTC

This package is auto-updated.

Last update: 2025-07-25 22:20:49 UTC


README

Symfony bundle which allows rendering preset templates.

Installation & Requirements

Install with Composer:

composer require jmf/preset-rendering-bundle

If you have Flex installed, the bundle is then instantly available without any need for initial configuration. If not, complete your config/bundles.php file as indicated below:

<?php

return [
    // ...
    // Other existing bundles.
    // ...
    Jmf\PresetRendering\PresetRenderingBundle::class => ['all' => true],
];