javihgil / the-final-countdown-bundle
Installs: 1 791
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:bundle
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