This bundle provides CRUD + List REST Actions to be used with ElaoAdminBundle
Require the bundle in Composer:
$ composer require elao/rest-action-bundleInstall the bundle in your AppKernel:
<?php
// app/AppKernel.php
public function registerBundles()
{
$bundles = array(
//...
new Elao\Bundle\RestActionBundle\ElaoRestActionBundle(),
);
}elao_rest_action:
serializer: elao_rest_action.serializer.jms