elao/rest-action-bundle
Symfony bundle adding ready-to-use REST actions (CRUD plus listing) designed to integrate with ElaoAdminBundle. Install via Composer, register the bundle, and configure the serializer (e.g., JMS) to quickly expose admin-friendly REST endpoints.
This bundle provides CRUD + List REST Actions to be used with ElaoAdminBundle
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(),
);
}
elao_rest_action:
serializer: elao_rest_action.serializer.jms
How can I help you explore Laravel packages today?