Implemented FOSRestController

This commit is contained in:
Kevin Frantz
2018-09-16 17:51:43 +02:00
parent 90fa24ba1e
commit 792bfe1ccc
8 changed files with 404 additions and 5 deletions

View File

@@ -17,4 +17,5 @@ return [
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
FOS\UserBundle\FOSUserBundle::class => ['all' => true],
FOS\RestBundle\FOSRestBundle::class => ['all' => true],
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
];