https://github.com/teltek/pumukittimedpubdecisionsbundle
https://github.com/teltek/pumukittimedpubdecisionsbundle
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teltek/pumukittimedpubdecisionsbundle
- Owner: teltek
- Created: 2017-09-21T10:49:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-08T09:22:16.000Z (over 1 year ago)
- Last Synced: 2025-04-12T00:04:56.118Z (about 1 year ago)
- Language: PHP
- Size: 59.6 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Timed Publication Decisions Bundle
==================================
This bundle provides automatic timed publication video decisions.
```bash
composer require teltek/pumukit-timed-pub-decisions-bundle
```
if not, add this to config/bundles.php
```
Pumukit\TimedPubDecisionsBundle\PumukitTimedPubDecisionsBundle::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
php bin/console timedpubdecisions:init:tags
```