Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 405 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 405 Bytes

About Laravel Idempotency Handler

Using this package you can block duplicate/concurrent requests for performing a specific action based on a specific time.

How to use?

  • Publish the idempotency config with php artisan vendor: publish --tag=idempotency.
  • You must configure this file based on each route that you have in your project.
  • Set the Idempotency middleware on the route you want.