2017 © Pedro Peláez
 

symfony-bundle blog

The tabernicola's blog

image

tabernicola/blog

The tabernicola's blog

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

BlogBundle

# Description

Tabernicola's Blog bundle for symfony2, (*1)

# Installation via composer

Add tabernicola's blog to your composer.json:, (*2)

1.1 Symfony 2.3.X

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

you need also have the root key:, (*3)

"minimum-stability": "alpha",, (*4)

Then run php composer.phar update command., (*5)

Add to your AppKernel.php

new Tabernicola\BlogBundle(),

3) Add to routing.yml

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

The Versions