Libraries tagged by laravel-guid
novay/laravel-uuid
103 Downloads
Laravel package to generate and to validate a UUID according to the RFC 4122 standard. UUID Versions 1, 3, 4 and 5 are supported.
neelbhanushali/laravel-uuid
8 Downloads
A trait that provides support for uuid for eloquent models.
michielkempen/laravel-uuid-model
15661 Downloads
Laravel base model that stores a UUID in the database rather than an incremental unsigned integer.
marcandreappel/laravel-uuids
1434 Downloads
Allows the usage of UUIDs in Eloquent models
lopatin96/laravel-uuid-identifiable
8269 Downloads
Laravel uuid identifiable
labrodev/laravel-uuidable
32 Downloads
Laravel package providing a reusable trait that automatically assigns a UUID to Eloquent models upon creation.
konstantinkoslow/laravel-uuid
39 Downloads
UUID primary key for Laravel Eloquent Models.
klongchu/laravel-uuid
7 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.
kfoobar/laravel-uuid
1679 Downloads
UUID Trait for Eloquent Models in Laravel
kdaws-com/laravel-uuid
11 Downloads
Eloquent UUID Trait for Laravel
jr-smith/laravel-uuid-trait
8 Downloads
:package_description
jasurbek97/laravel-uuid
23 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.
jasonmccallister/laravel-uuid-as-id
24 Downloads
Simple Laravel package that includes a trait for using UUIDs and IDs on Eloquent models
jackeratarina/laravel-uuid-database-queue
9 Downloads
This enables laravel to use UUID for Job primary key, and enables proper interaction.
imcity-tech/laravel-uuid
1430 Downloads
[fork] The package provides UUID keys functionality for Eloquent models with one single trait.