Libraries tagged by laravel-uuid
webpatser/laravel-uuid
15412437 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
392780 Downloads
laravel uuid a simple, automatic UUID generator for any model based on Laravel.
binarycabin/laravel-uuid
450652 Downloads
A wrapper for webpatser/laravel-uuid with additional integration
kblais/laravel-uuid
74794 Downloads
A simple library to use UUIDs as your Eloquent model's primary key.
jeremykenedy/uuid
125833 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
15632 Downloads
Use uuid in models easily
ignition-nbs/laravel-uuid-model
1731 Downloads
Enable Laravel's Eloquent Model to be identified by UUID (string) rather than ID (increment or bigIncrement)
jamesh/laravel-uuid
59960 Downloads
Eloquent UUID Trait for Laravel 6 and above.
saade/laravel-uuid
1422 Downloads
A small package for adding UUIDs to Eloquent models.
macsidigital/laravel-uuid
2188 Downloads
Laravel UUID package
flynowpaylater/laravel-uuid
15949 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
135088 Downloads
Laravel extension for UUID use in model
beitsafe/laravel-uuid-auditing
11496 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.
xzxzyzyz/laravel-uuid-model
2731 Downloads
Uuid Model For Laravel