Skip to content

tinghom/laravel-avoid-resubmit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages