Skip to content

somane/PartnershipBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PartnershipBundle

Symfony2 Partnership Bundle

Installation

To install this bundle please follow the next steps:

First add the dependency in your composer.json file:

"require": {
    ...
    "maliteam/partnership-bundle": "dev-master"
},

Then install the bundle with the command:

php composer update

Enable the bundle in your application kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...        
        new Maliteam\Bundle\PartnershipBundle\MALITEAMPartnershipBundle(),
    );
}

Now the Bundle is installed.

About

Symfony2 Partnership Bundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages