2017 © Pedro Peláez
 

library multi-domain-bundle

Adds multi-domain capabilities to Symfony Cmf RoutingBundle

image

m4nu/multi-domain-bundle

Adds multi-domain capabilities to Symfony Cmf RoutingBundle

  • Friday, December 1, 2017
  • by EmmanuelVella
  • Repository
  • 2 Watchers
  • 5 Stars
  • 3,805 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

M4nu MultiDomainBundle

Build Status, (*1)

This bundle is licensed under the MIT License., (*2)

The MultiDomainBundle provides multi-domain capabilities to Symfony Cmf RoutingBundle., (*3)

Requirements

  • Symfony ~2.3
  • SymfonyCmfRoutingBundle ~1.2
  • See also the require section of composer.json

Installation

Get the bundle

Add the following lines in your composer.json:, (*4)

{
    "require": {
        // ...
        "m4nu/multi-domain-bundle": "dev-master",
    }
}

Initialize the bundle

To start using the bundle, register the bundle in your application's kernel class:, (*5)

php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new M4nu\MultiDomainBundle\M4nuMultiDomainBundle(), ); ), (*6)

Configuration

``` yaml, (*7)

app/config/config.yml

m4nu_multi_domain: domains: en: www.example.org fr: fr.example.org persistence: phpcr: enabled: true, (*8)

The Versions

01/12 2017

dev-master

9999999-dev

Adds multi-domain capabilities to Symfony Cmf RoutingBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Emmanuel Vella

16/02 2015

1.0.0

1.0.0.0

Adds multi-domain capabilities to Symfony Cmf RoutingBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Emmanuel Vella

28/08 2014

dev-experimental

dev-experimental

Adds multi-domain capabilities to Symfony Cmf RoutingBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Emmanuel Vella