Replies: 1 comment
-
|
Auto incrementing IDs are handled by the database, not the application; so this wouldn't be possible without looking up the previous record and incrementing manually. |
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.
-
Great Package
I love speaking IDs!
Is there a way to instead of uuids use the Laravel auto incrementing id?
or does that not work?
also it would be cool to pad the id with zeros.
example:
model_id:3
prefixed_id:XY003
Beta Was this translation helpful? Give feedback.
All reactions