Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/teltek/pumukittimedpubdecisionsbundle


https://github.com/teltek/pumukittimedpubdecisionsbundle

Last synced: about 2 months ago
JSON representation

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