There is no license information available for the latest version (dev-master) of this package.

The tabernicola's blog

dev-master 2013-11-11 17:53 UTC

This package is not auto-updated.

Last update: 2024-04-22 11:03:32 UTC


README

Description

Tabernicola's Blog bundle for symfony2

Installation via composer

Add tabernicola's blog to your composer.json:

1.1 Symfony 2.3.X

"require": {
    "tabernicola/blog": "dev-master"
},

you need also have the root key:

"minimum-stability": "alpha",

Then run php composer.phar update command.

Add to your AppKernel.php

new Tabernicola\BlogBundle(),

###3) Add to routing.yml

tabernicola_blog:
    resource: "@TabernicolaBlogBundle/Resources/config/routing.yml"
    prefix:   /