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.

Maintainers

Package info

github.com/javihgil/the-final-countdown-bundle

Type:bundle

pkg:composer/javihgil/the-final-countdown-bundle

Statistics

Installs: 1 795

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

  1. Add the bundle to your composer.json file as dependency:
composer require-dev javihgil/the-final-countdown-bundle
  1. 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;
    }
  2. Configure the bundle

    # app/config/config_dev.yml
    jhg_the_final_countdown:
        end_date: 2015/03/02