first draft of hypermedia implementation

This commit is contained in:
Nicolas Lœuillet
2015-02-20 11:45:38 +01:00
parent 73b7744383
commit 0f00688096
7 changed files with 166 additions and 31 deletions

View File

@ -22,7 +22,8 @@ class AppKernel extends Kernel
new Nelmio\ApiDocBundle\NelmioApiDocBundle(),
new Nelmio\CorsBundle\NelmioCorsBundle(),
new Liip\ThemeBundle\LiipThemeBundle(),
new Wallabag\CoreBundle\WallabagCoreBundle()
new Wallabag\CoreBundle\WallabagCoreBundle(),
new Bazinga\Bundle\HateoasBundle\BazingaHateoasBundle()
);
if (in_array($this->getEnvironment(), array('dev', 'test'))) {