Package Suggestion: madebyclowd/laravel-auto-sequence #316
komangsuhardiana
started this conversation in
Package Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I would like to suggest adding
madebyclowd/laravel-auto-sequenceto the package directory.I came across this recently after seeing Povilas Korop highlight it, and it solves a very common architectural issue: generating formatted, concurrency-safe sequence numbers (like invoice or order numbers) without running into race conditions.
Key technical features that make it a solid addition:
SELECT ... FOR UPDATE) or Redis-based distributed locks.Repository: https://github.com/madebyclowd/laravel-auto-sequence
All reactions