tinghom/laravel-avoid-resubmit

A package that is applied to Laravel to avoid resubmitting form data

Downloads

57

Stars

1

Version

0.0.2

Laravel-avoid-resubmit

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,
]
tinghom

Author

tinghom