hob/common-bundle

Symfony Common bundle for HOB

dev-master 2016-02-24 15:47 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:12:50 UTC


README

SensioLabsInsight

Installation

To install this bundle, run the command below and you will get the latest version.

composer require hob/common-bundle

To use the newest (maybe unstable) version please add following into your composer.json:

{
    "require": {
        "hob/common-bundle": "dev-master"
    }
}

Usage

Load bundle in AppKernel.php:

new HOB\CommonBundle\CommonBundle()

Configuration in config.yml:

common_bundle: ~