javihgil / the-final-countdown-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (0.0.1) of this package.
Package info
github.com/javihgil/the-final-countdown-bundle
Type:bundle
pkg:composer/javihgil/the-final-countdown-bundle
0.0.1
2014-12-17 22:43 UTC
This package is auto-updated.
Last update: 2020-10-01 06:00:02 UTC
README
This bundle set ups a day count down in the Symfony toolbar.
Installation
- Add the bundle to your composer.json file as dependency:
composer require-dev javihgil/the-final-countdown-bundle
-
Load the bundle in the application kernel:
// app/AppKernel.php public function registerBundles() { // ... if (in_array($this->getEnvironment(), array('dev', 'test'))) { // ... $bundles[] = new Jhg\TheFinalCountdownBundle\JhgTheFinalCountdownBundle(); } return $bundles; }
-
Configure the bundle
# app/config/config_dev.yml jhg_the_final_countdown: end_date: 2015/03/02