ee / tellyourstory-bundle
Symfony Bundle for building applications that allow its users to share theirs stories.
Installs: 101
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 7
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- doctrine/doctrine-fixtures-bundle: ~2.0
- ee/embedly-bundle: dev-master
- friendsofsymfony/jsrouting-bundle: ~1.1
- hwi/oauth-bundle: 0.3.*@dev
- knplabs/doctrine-behaviors: 1.0.*@dev
- mopa/bootstrap-bundle: 2.3.x-dev
- stfalcon/tinymce-bundle: v0.3.7
- symfony/symfony: ~2.3
- twbs/bootstrap: 2.3.*
This package is not auto-updated.
Last update: 2024-11-04 14:02:20 UTC
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();