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.
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
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.
waska14/laravel-uuid
14734 Downloads
Use uuid in models easily
lopatin96/laravel-uuid-identifiable
7080 Downloads
Laravel uuid identifiable
jamesh/laravel-uuid
59709 Downloads
Eloquent UUID Trait for Laravel 6 and above.
macsidigital/laravel-uuid
1725 Downloads
Laravel UUID package
kfoobar/laravel-uuid
1440 Downloads
UUID Trait for Eloquent Models in Laravel
ignition-nbs/laravel-uuid-model
724 Downloads
Enable Laravel's Eloquent Model to be identified by UUID (string) rather than ID (increment or bigIncrement)
flynowpaylater/laravel-uuid
14346 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.
cownet/laravel-uuid
133593 Downloads
Laravel extension for UUID use in model
beitsafe/laravel-uuid-auditing
11273 Downloads
This package adds Traits for generating UUIDs and filling audit columns on Models, extends fico7489/laravel-pivot to add UUIDs to Pivot Tables
ryangjchandler/laravel-uuid
19965 Downloads
A small package for adding UUIDs to Eloquent models.