Level 53
@abdallahsabri it should work the same way as with incremental ids.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm building a rest api using laravel passport, everything is OK, but I don't want the user id to be incremental, I need id to be UUID, does this conversion reflects on laravel functionality like getting user from request $request->user() or $request->id() ?
Please or to participate in this conversation.