Libraries tagged by Laravel UUID
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
10 Downloads
This enables laravel to use UUID for Job primary key, and enables proper interaction.
imcity-tech/laravel-uuid
1678 Downloads
[fork] The package provides UUID keys functionality for Eloquent models with one single trait.
ignition-nbs/laravel-uuid-model
2749 Downloads
Enable Laravel's Eloquent Model to be identified by UUID (string) rather than ID (increment or bigIncrement)
gauralab/laravel-uuid-model
49 Downloads
Eloquent model with uuid as primary key
floor9design/uuid-tools
20 Downloads
A set of useful uuid tools to extend the `webpatser/laravel-uuid` package
floor9design/laravel-uuid-model-support
17 Downloads
Provides traits for easy support for UUIDs in Laravel models
ezitisitis/laravel-uuid
222 Downloads
This package provides fast and furious UUID as primary key implementation instead of autoincrement
eng_assys/laravel-uuid-trait
40 Downloads
Enable auto fill of uuid field to Laravel Models and enable find by uuid function
dtt/laravel-uuid-model
23 Downloads
Uuid Model For Laravel
digitalie/laravel-uuid
15 Downloads
Laravel UUID Package
devkylian/laravel-uuid
118 Downloads
Eloquent UUID Trait for Laravel 6 and above.
desmart/laravel-uuid-id
815 Downloads
Use UUIDs as IDs in Laravel models