ee/tellyourstory-bundle

Symfony Bundle 用于构建允许用户分享故事的应用程序。

安装: 101

依赖者: 0

建议者: 0

安全性: 0

星标: 3

关注者: 7

分支: 0

开放问题: 0

类型:symfony-bundle

0.2.6 2014-09-08 13:43 UTC

This package is not auto-updated.

Last update: 2024-09-23 13:31:30 UTC


README

所需配置

#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(),

开发和测试

$bundles[] = new Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle();