This bundle set ups a day count down in the Symfony toolbar., (*1)
Add the bundle to your composer.json file as dependency:, (*2)
composer require-dev javihgil/the-final-countdown-bundle
Load the bundle in the application kernel:, (*3)
// app/AppKernel.php public function registerBundles() { // ... if (in_array($this->getEnvironment(), array('dev', 'test'))) { // ... $bundles[] = new Jhg\TheFinalCountdownBundle\JhgTheFinalCountdownBundle(); } return $bundles; }
Configure the bundle, (*4)
# app/config/config_dev.yml jhg_the_final_countdown: end_date: 2015/03/02