2017 © Pedro Peláez
 

symfony-bundle blog-bundle

Another very simple Symfony2 Blog bundle

image

avro/blog-bundle

Another very simple Symfony2 Blog bundle

  • Tuesday, January 22, 2013
  • by jdewit
  • Repository
  • 1 Watchers
  • 2 Stars
  • 61 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

AvroBlogBundle Build Status

Another Symfony2 blog bundle., (*1)

It's simple. And I like it., (*2)

Status

This bundle is under development and may break., (*3)

Storage Layers

  • Doctrine Mongodb

Installation

This bundle is listed on packagist., (*4)

Simply add it to your apps composer.json file, (*5)

``` js "avro/blog-bundle": "*", (*6)


Enable the bundle in the kernel: ``` php // app/AppKernel.php new Avro\BlogBundle\AvroBlogBundle(),

Configuration

Add this required config to your app/config/config.yml file, (*7)

``` yaml avro_blog: db_driver: mongodb # supports mongodb list_count: 10 # The number of posts to show on the blog roll, (*8)


Add routes to your app/config/routing.yml file ``` yaml AvroBlogBundle: resource: "@AvroBlogBundle/Resources/config/routing/routing.yml"

The Versions

22/01 2013

dev-master

9999999-dev http://github.com/jdewit/AvroBlogBundle

Another very simple Symfony2 Blog bundle

  Sources   Download

MIT

The Requires

 

by Joris de Wit

blog

05/01 2013

v0.2.1

0.2.1.0 http://github.com/jdewit/PaginatorBundle

Symfony2 paginator bundle

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

by Joris de Wit

paginator

17/09 2012

v0.1.1

0.1.1.0

A very basic Symfony2 blog bundle

  Sources   Download

MIT

The Requires

 

by Joris de Wit

blog