2017 © Pedro Peláez
 

library training-bundle

Smile Symfony2 training bundle

image

smile/training-bundle

Smile Symfony2 training bundle

  • Wednesday, February 24, 2016
  • by jchampion
  • Repository
  • 1 Watchers
  • 0 Stars
  • 217 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Smile Symfony2 training bundle

About

It's just a training bundle. Not much to see here., (*1)

Installation

``` bash $ php composer.phar require smile/training-bundle, (*2)


Register the bundle in app/AppKernel.php. ``` php public function registerBundles() { $bundles = array( // ... new Smile\TrainingBundle\SmileTrainingBundle, // ... ); // ... }

Configuration

Figure it out !, (*3)

The Versions

24/02 2016

dev-master

9999999-dev

Smile Symfony2 training bundle

  Sources   Download

MIT

The Requires

 

24/02 2016

v2.0.0

2.0.0.0

Smile Symfony2 training bundle

  Sources   Download

MIT

The Requires

 

19/11 2013

v1.0.2

1.0.2.0

Smile Symfony2 training bundle

  Sources   Download

MIT

The Requires

 

18/11 2013

v1.0.1

1.0.1.0

Smile Symfony2 training bundle

  Sources   Download

MIT

The Requires

 

18/11 2013

v1.0.0

1.0.0.0

Smile Symfony2 training bundle

  Sources   Download

MIT

The Requires

  • php >=5.3.0