kmuenkel/json-schema-laravel
Composer 安装命令:
composer require kmuenkel/json-schema-laravel
包简介
This is a Laravel Request-compatible override for opis/json-schema.
README 文档
README
This is simply an override class for the opis/json-schema package which leverages a Laravel interface, enabling it to be compatible with custom Request classes. To implement it, simply use the JsonSchema\JsonSchemaValidation trait inyour custom instance of Illuminate\Foundation\Http\FormRequest. Then either apply the schema filepath, storage path, URL, array, object, or string, as the output of your rules() method.
统计信息
- 总下载量: 186
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-12-01