2017 © Pedro Peláez
 

symfony-bundle blog-bundle

Blog bundle based on a WordPress database.

image

polishsymfonycommunity/blog-bundle

Blog bundle based on a WordPress database.

  • Monday, August 6, 2012
  • by jakzal
  • Repository
  • 3 Watchers
  • 30 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 4 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PSSBlogBundle

Symfony2 blog bundle based on the WordPress database model., (*1)

Build Status, (*2)

Installation

Add PSSBlogBundle to your composer.json

{
    "require": {
        "polishsymfonycommunity/blog-bundle": "*"
    }
}

Enable the bundle

Enable the PSSBlogBundle and the KnpPaginatorBundle bundles in the kernel (app/AppKernel.php):, (*3)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
        new PSS\Bundle\BlogBundle\PSSBlogBundle()
    );
}

The Versions