Skip to content

Elao/ElaoRestActionBundle

Repository files navigation

REST Action Bundle

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

About

REST actions for ElaoAdminBundle

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages