Libraries tagged by laravel-uuid
webpatser/laravel-uuid
15656935 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
397560 Downloads
laravel uuid a simple, automatic UUID generator for any model based on Laravel.
binarycabin/laravel-uuid
464788 Downloads
A wrapper for webpatser/laravel-uuid with additional integration
kblais/laravel-uuid
75897 Downloads
A simple library to use UUIDs as your Eloquent model's primary key.
jeremykenedy/uuid
126961 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
15711 Downloads
Use uuid in models easily
ignition-nbs/laravel-uuid-model
2210 Downloads
Enable Laravel's Eloquent Model to be identified by UUID (string) rather than ID (increment or bigIncrement)
jamesh/laravel-uuid
59992 Downloads
Eloquent UUID Trait for Laravel 6 and above.
xzxzyzyz/laravel-uuid-model
2812 Downloads
Uuid Model For Laravel
tahaazare/laravel-uuid-tool
48 Downloads
UUID generation tool for Laravel
saade/laravel-uuid
1766 Downloads
A small package for adding UUIDs to Eloquent models.
macsidigital/laravel-uuid
2274 Downloads
Laravel UUID package
flynowpaylater/laravel-uuid
16219 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
135338 Downloads
Laravel extension for UUID use in model
beitsafe/laravel-uuid-auditing
11562 Downloads
This package adds Traits for generating UUIDs and filling audit columns on Models, extends fico7489/laravel-pivot to add UUIDs to Pivot Tables