tinghom/laravel-avoid-resubmit
Composer 安装命令:
composer require tinghom/laravel-avoid-resubmit
包简介
A package that is applied to Laravel to avoid resubmitting form data
关键字:
README 文档
README
A package that is applied to Laravel to avoid resubmitting form data
Install
Use composer to install package
$ composer required tinghom/laravel-avoid-resubmit
notice if your Laravel version is beyond 5.6, package’ll auto register ServiceProvider to app.php. But if your version is above 5.6, you’ve to register by yourself.
config/app.php
'provider' => [ // package ServiceProvider Tinghom\Middleware\AvoidResubmitServiceProvider::class, ]
统计信息
- 总下载量: 62
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-10-13