Skip to content

unitedasian/UAMAwsEcsBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UAM Aws ECS Bundle

Installation

Symfony 2.1.x

Add the UAMAwsEcsBundle to your composer.json file:

{
    "require": {
        "uam/aws-ecs-bundle": "dev-master"
    }
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update uam/aws-ecs-bundle

Dont forget to activate the bundle in your AppKernel:

<?php

// in AppKernel::registerBundles()
$bundles = array(
    // ...
    new UAM\Bundle\AwsEcsBundle\UAMAwsEcsBundle(),
    // ...
);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published