teltek / pumukit-template-bundle
Template bundle for PuMuKIT
Installs: 4 588
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 7
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.2
- pumukit/pumukit: >=3.1
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