Skip to content

tadcka/RoutingBundle

Repository files navigation

RoutingBundle

Build Status Scrutinizer Code Quality Latest Stable Version Total Downloads Latest Unstable Version License

Routing bundle integrating cmf routing component.

Installation

Step 1: Download RoutingBundle using composer

Add RoutingBundle in your composer.json:

{
    "require": {
        "tadcka/routing-bundle": "dev-master"
    }
}

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

$ php composer.phar update tadcka/routing-bundle

Step 2: Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Tadcka\RoutingBundle\TadckaRoutingBundle(),
    );
}

1. Configure the TadckaRoutingBundle

2. Doctrine ORM Route class

License

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

Code License: Resources/meta/LICENSE

About

Routing bundle integrating cmf routing component.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages