Download the PHP package lidongyooo/laravel-idempotent without Composer
On this page you can find all versions of the php package lidongyooo/laravel-idempotent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lidongyooo/laravel-idempotent
More information about lidongyooo/laravel-idempotent
Files in lidongyooo/laravel-idempotent
Download lidongyooo/laravel-idempotent
More information about lidongyooo/laravel-idempotent
Files in lidongyooo/laravel-idempotent
Vendor lidongyooo
Package laravel-idempotent
Short Description laravel idempotent
License MIT
Package laravel-idempotent
Short Description laravel idempotent
License MIT
Keywords laravelidempotent
Please rate this library. Is it a good library?
Informations about the package laravel-idempotent
Laravel-Idempotent
基于 Laravel 的接口幂等组件
安装
配置
-
在
config/app.php
注册 ServiceProvider (Laravel 5.5 + 无需手动注册) -
创建配置文件
- 查看应用根目录下的
config/idempotent.php
使用
中间件 Lidongyooo\Idempotent\IdempotentMiddleware
,别名 idempotent
或者你可以将它加入到指定路由中间件组中
返回值
-
重复请求将会返回异常
- 已缓存的请求将添加响应头
更多详细介绍请查看 配置文件
All versions of laravel-idempotent with dependencies
PHP Build Version
Package Version
The package lidongyooo/laravel-idempotent contains the following files
Loading the files please wait ....