Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pumukit/pumukittemplatebundle

PuMuKIT basic template editor to use on WebTVBundle.
https://github.com/pumukit/pumukittemplatebundle

Last synced: 1 day ago
JSON representation

PuMuKIT basic template editor to use on WebTVBundle.

Awesome Lists containing this project

README

        

PuMuKIT Template Bundle
=======================

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

```bash
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

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