2017 © Pedro Peláez
 

bundle the-final-countdown-bundle

image

javihgil/the-final-countdown-bundle

  • Wednesday, December 17, 2014
  • by javihgil
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,784 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

The Final Countdown Bundle

This bundle set ups a day count down in the Symfony toolbar., (*1)

Installation

  1. Add the bundle to your composer.json file as dependency:, (*2)

    composer require-dev javihgil/the-final-countdown-bundle
    
  2. 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;
    }
    
  3. Configure the bundle, (*4)

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

The Versions

17/12 2014

dev-master

9999999-dev

  Sources   Download

17/12 2014

0.0.1

0.0.1.0

  Sources   Download