bigchicchicken/api-platform-skip-null-bundle
最新稳定版本:v1.0.0
Composer 安装命令:
composer require bigchicchicken/api-platform-skip-null-bundle
包简介
Bundle to globally define skip_null_values parameter on all entities for ApiPlatform
README 文档
README
Bundle to globally define skip_null_values parameter on all entities for ApiPlatform.
Installation:
Install ApiPlatformSkipNullBundle library using Composer:
composer require bigchicchicken/api-platform-skip-null-bundle
Add/Check activation in the file config/bundles.php:
// config/bundles.php return [ // ... ApiPlatformSkipNullBundle\ApiPlatformSkipNullBundle::class => ['all' => true], ];
Configure the bundle:
# config/packages/api_platform_skip_null.yaml api_platform_skip_null: enabled: true|false # (Default: true)
License
This is completely free and released under the MIT License.
统计信息
- 总下载量: 123
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-26