Libraries tagged by laravel-uuid
webpatser/laravel-uuid
15953965 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
403712 Downloads
laravel uuid a simple, automatic UUID generator for any model based on Laravel.
binarycabin/laravel-uuid
486603 Downloads
A wrapper for webpatser/laravel-uuid with additional integration
kblais/laravel-uuid
77188 Downloads
A simple library to use UUIDs as your Eloquent model's primary key.
jeremykenedy/uuid
128360 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
15852 Downloads
Use uuid in models easily
macsidigital/laravel-uuid
2346 Downloads
Laravel UUID package
ignition-nbs/laravel-uuid-model
2667 Downloads
Enable Laravel's Eloquent Model to be identified by UUID (string) rather than ID (increment or bigIncrement)
flynowpaylater/laravel-uuid
16612 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
135697 Downloads
Laravel extension for UUID use in model
beitsafe/laravel-uuid-auditing
11661 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.
jamesh/laravel-uuid
60016 Downloads
Eloquent UUID Trait for Laravel 6 and above.
tahaazare/laravel-uuid-tool
66 Downloads
UUID generation tool for Laravel
stevenmaguire/laravel-uuid-model
46 Downloads
Create non-incrementing Laravel models whose primary key is a UUID