IdempotentReplay event, fired whenever a stored response is replayed — useful for metrics on how many retries you are absorbing.->middleware('idempotency:3600'), overriding the configured default.First stable release.
Safe request retries for Laravel APIs via the Idempotency-Key header:
idempotency middleware that replays the original response for a repeated key and serialises concurrent duplicates with an atomic lock.Requires PHP 8.2+ and Laravel 12.
How can I help you explore Laravel packages today?