0
Well I know that in Laravel some new UUID methods have been added in this package
use Illuminate\Support\Str;
but what its not how to use in eloquent, can anyone help me to know how to modify the Mbo id in Migrations to receive UUID? How do I save UUID automatically or will I have to generate every time I register a record in the table? And I treat UUID like ID to pass between routes?
How do I use this?
Str::uuid();
Str::orderedUuid();
Somebody save me please?
Your Laravel is the one that’s on the tag?
– novic