elao/rest-action-bundle
最新稳定版本:v0.2.0
Composer 安装命令:
composer require elao/rest-action-bundle
包简介
A set of REST actions for elao/admin-bundle
关键字:
README 文档
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
统计信息
- 总下载量: 234
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-19