laravel-json-api/hashids
最新稳定版本:v3.2.0
Composer 安装命令:
composer require laravel-json-api/hashids
包简介
Encode model IDs to JSON:API resource IDs.
README 文档
README
Encode model keys to JSON:API resource ids using vinkla/hashids. This is a plugin for Laravel JSON:API.
Installation
Install using Composer
composer require laravel-json-api/hashids
This will also install vinkla/hashids. After installing, you will need to publish the configuration for that package:
php artisan vendor:publish --provider="Vinkla\Hashids\HashidsServiceProvider"
Refer to the README in that package for more configuration information.
License
Laravel JSON:API is open-sourced software licensed under the MIT License.
统计信息
- 总下载量: 85.17k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-03-20