2017 © Pedro PelĂĄez
 

symfony-bundle sarsport-application-bundle

Provide creation applications for competitions by rogaining

image

sarsport/sarsport-application-bundle

Provide creation applications for competitions by rogaining

  • Sunday, July 13, 2014
  • by fightmaster
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

SarSportApplicationBundle

Introduction

Build Status, (*1)

Installation

To install SarSportApplicationBundle with Composer just add the following to your composer.json file:, (*2)

// composer.json
{
    // ...
    require: {
        // ...
        "sarsport/sarsport-application-bundle": "1.0.0"
    }
}

Then, you can install the new dependencies by running Composer’s update command from the directory where your composer.json file is located:, (*3)

$ php composer.phar update

Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:, (*4)

<?php
// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new SarSport\Bundle\SarSportApplicationBundle\SarSportApplicationBundle(),
    // ...
);

Configuration

SarSportApplicationBundle requires no initial configuration to get you started., (*5)

The Versions