ee/tellyourstory-bundle
Composer 安装命令:
composer require ee/tellyourstory-bundle
包简介
Symfony Bundle for building applications that allow its users to share theirs stories.
README 文档
README
Required config
#app/config/config.yml
fos_rest:
param_fetcher_listener: force
body_listener: true
format_listener: true
view:
view_response_listener: 'force'
routing_loader:
default_format: json
sensio_framework_extra:
view: { annotations: false }
AppKernel.php
new FOS\RestBundle\FOSRestBundle(),
new JMS\SerializerBundle\JMSSerializerBundle(),
new Mopa\Bundle\BootstrapBundle\MopaBootstrapBundle(),
new EE\TYSBundle\EETYSBundle(),
new TB\TYSBundle\TBTYSBundle(),
Dev & Test
$bundles[] = new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle();
统计信息
- 总下载量: 101
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-07-10