Replies: 2 comments 1 reply
-
What are these advantages, realistically, in a Laravel project? What's your use case? If you want UUIDs that are sortable, take a look at Str::orderedUuid(). |
Beta Was this translation helpful? Give feedback.
1 reply
-
This should already be supported. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder what Laravel core team think about having ULID on the framework since it has many advantages when comparing with UUID.
If this is a good idea, what would be needed to do?
src/Illuminate/Support/Str.php
like here and here?E.g. (made with this port of ULID in mind)
Beta Was this translation helpful? Give feedback.
All reactions