teltek/pumukit-template-bundle

Template bundle for PuMuKIT

1.0.5 2021-10-22 06:21 UTC

This package is auto-updated.

Last update: 2024-04-23 12:37:22 UTC


README

This bundle provides a basic template editor to use on WebTVBundle.

composer require teltek/pumukit-template-bundle

if not, add this to config/bundles.php

Pumukit\TemplateBundle\PumukitTemplateBundle::class => ['all' => true]

Then execute the following commands

php bin/console cache:clear
php bin/console cache:clear --env=prod
php bin/console assets:install