avro/blog-bundle
最新稳定版本:v0.2.1
Composer 安装命令:
composer require avro/blog-bundle
包简介
Another very simple Symfony2 Blog bundle
关键字:
README 文档
README
Another Symfony2 blog bundle.
It's simple. And I like it.
Status
This bundle is under development and may break.
Storage Layers
- Doctrine Mongodb
Installation
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(),
Configuration
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"
统计信息
- 总下载量: 71
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-05