elao / rest-action-bundle
为 elao/admin-bundle 提供一组 REST 操作
v0.2.0
2015-07-15 11:50 UTC
Requires
- php: ~5.4
- symfony/framework-bundle: ~2.5
Suggests
- elao/admin-bundle: 0.3.*@dev
This package is auto-updated.
Last update: 2024-09-05 19:16:33 UTC
README
此包提供了 CRUD + 列表 REST 操作,用于与 ElaoAdminBundle 一起使用
安装
在 Composer 中需要此包
$ composer require elao/rest-action-bundle
在您的 AppKernel 中安装此包
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( //... new Elao\Bundle\RestActionBundle\ElaoRestActionBundle(), ); }
配置
elao_rest_action:
serializer: elao_rest_action.serializer.jms