Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pumukit/pumukittemplatebundle
- Owner: pumukit
- Created: 2019-08-20T11:27:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T09:22:06.000Z (about 2 years ago)
- Last Synced: 2024-11-28T20:08:12.482Z (29 days ago)
- Language: PHP
- Homepage:
- Size: 69.3 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```