pumukit / PumukitTemplateBundle

PuMuKIT basic template editor to use on WebTVBundle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PuMuKIT Template Bundle

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

About

PuMuKIT basic template editor to use on WebTVBundle.


Languages

Language:PHP 74.9%Language:Twig 25.1%