eo/redirect-bundle

Symfony2 redirect bundle

Installs: 2 131

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master / 1.0.x-dev 2014-06-02 21:33 UTC

This package is auto-updated.

Last update: 2024-04-23 23:11:52 UTC


README

Latest Stable Version Total Downloads

Prerequisites

This version of the bundle requires Symfony 2.1+

Installation

Step 1: Download EoRedirectBundle using composer

Add EoRedirectBundle in your composer.json:

{
    "require": {
        "eo/redirect-bundle": "dev-master"
    }
}

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

$ php composer.phar update eo/redirect-bundle

Composer will install the bundle to your project's vendor/eo directory.

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Eo\RedirectBundle\EoRedirectBundle(),
    );
}

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

Reporting an issue or a feature request

Issues and feature requests related to this bundle are tracked in the Github issue tracker https://github.com/eymengunay/EoRedirectBundle/issues.