Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teltek/pumukittimedpubdecisionsbundle
https://github.com/teltek/pumukittimedpubdecisionsbundle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teltek/pumukittimedpubdecisionsbundle
- Owner: teltek
- Created: 2017-09-21T10:49:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T10:20:37.000Z (4 months ago)
- Last Synced: 2024-09-21T14:11:48.521Z (3 months ago)
- Language: PHP
- Size: 55.7 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
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
```