Libraries tagged by Laravel UUID
webpatser/laravel-uuid
14348086 Downloads
Laravel package to generate and to validate a universally unique identifier (UUID) according to the RFC 4122 standard. Support for version 1, 3, 4 and 5 UUIDs are built-in.
goldspecdigital/laravel-eloquent-uuid
1040853 Downloads
A simple drop-in solution for providing UUID support for the IDs of your Eloquent models.
dyrynda/laravel-model-uuid
1911981 Downloads
This package allows you to easily work with UUIDs in your Laravel models.
dyrynda/laravel-efficient-uuid
1025518 Downloads
A package to extend Laravel migrations adding a more efficient storage of UUID fields in your database
emadadly/laravel-uuid
372199 Downloads
laravel uuid a simple, automatic UUID generator for any model based on Laravel.
binarycabin/laravel-uuid
382376 Downloads
A wrapper for webpatser/laravel-uuid with additional integration
alsofronie/eloquent-uuid
309075 Downloads
A Laravel Eloquent Model trait for using UUID's as primary keys
rorecek/laravel-ulid
124652 Downloads
Laravel package for ULID (Universally Unique Lexicographically Sortable Identifier)
kblais/laravel-uuid
70815 Downloads
A simple library to use UUIDs as your Eloquent model's primary key.
jeremykenedy/uuid
121045 Downloads
Laravel package to generate a UUID according to the RFC 4122 standard. UUID Versions 1, 3, 4 and 5 are supported. With MIT license.
madewithlove/laravel-nova-uuid-support
123396 Downloads
Adds uuid and other string identifier support to Laravel Nova
spatie/laravel-binary-uuid
66057 Downloads
Binary support for UUIDs in Laravel
weebly/laravel-mutate
46486 Downloads
Mutate Laravel attributes
riipandi/laravel-optikey
7301 Downloads
Use UUID, Ulid, or nanoid as optional or primary key in Laravel.
jamesmills/eloquent-uuid
43243 Downloads
A Laravel Eloquent Model trait for adding and using a uuid with models