elao/rest-action-bundle

A set of REST actions for elao/admin-bundle

v0.2.0 2015-07-15 11:50 UTC

README

This bundle provides CRUD + List REST Actions to be used with ElaoAdminBundle

Installation

Require the bundle in Composer:

$ composer require elao/rest-action-bundle

Install the bundle in your AppKernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        //...
        new Elao\Bundle\RestActionBundle\ElaoRestActionBundle(),
    );
}

Configuration:

elao_rest_action:
    serializer: elao_rest_action.serializer.jms