
Another Symfony2 blog bundle.
It's simple. And I like it.
This bundle is under development and may break.
This bundle is listed on packagist.
Simply add it to your apps composer.json file
"avro/blog-bundle": "*"
Enable the bundle in the kernel:
// app/AppKernel.php
new Avro\BlogBundle\AvroBlogBundle(),
Add this required config to your app/config/config.yml file
avro_blog:
db_driver: mongodb # supports mongodb
list_count: 10 # The number of posts to show on the blog roll
Add routes to your app/config/routing.yml file
AvroBlogBundle:
resource: "@AvroBlogBundle/Resources/config/routing/routing.yml"
How can I help you explore Laravel packages today?