jmf/rendering-preset-bundle

Rendering preset bundle for Symfony

1.0.0 2025-08-19 02:13 UTC

This package is auto-updated.

Last update: 2025-08-19 02:17:21 UTC


README

Symfony bundle which allows rendering preset templates.

Installation & Requirements

Install with Composer:

composer require jmf/rendering-preset-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\RenderingPreset\RenderingPresetBundle::class => ['all' => true],
];