Libraries tagged by Eloquent UUID
digiservnet/eloquent-hasuuids
1329 Downloads
Simple Eloquent Model UUID trait.
benbjurstrom/eloquent-postgres-uuids
3953 Downloads
A laravel eloquent trait facilitating the use of uuids as the primary key in a postgres database
ryangjchandler/laravel-uuid
19965 Downloads
A small package for adding UUIDs to Eloquent models.
kfoobar/laravel-uuid
1418 Downloads
UUID Trait for Eloquent Models in Laravel
ignition-nbs/laravel-uuid-model
687 Downloads
Enable Laravel's Eloquent Model to be identified by UUID (string) rather than ID (increment or bigIncrement)
beitsafe/laravel-uuid-auditing
11251 Downloads
This package adds Traits for generating UUIDs and filling audit columns on Models, extends fico7489/laravel-pivot to add UUIDs to Pivot Tables
oneduo/laravel-human-keys
459 Downloads
Provides configurable and customizable Stripe-like keys for your Eloquent models
joelshepherd/create-with
5069 Downloads
Easily add common unique identity fields to Laravel models.
phpexperts/conciseuuid
10204 Downloads
An Eloquent model for using concise UUIDs (base62) as keys.
ratno/laravel-eloquent-uuid
107 Downloads
A simple drop-in solution for UUID support in your Eloquent models. Fork from astrotomic updated to support L10
lucadello91/eloquent-uuid
8028 Downloads
Laravel Eloquent Model trait for using UUID on primary key
laravolt/eloquent-uuid
1301 Downloads
Universally Unique Identifier (UUID) for Laravel Eloquent
kadevland/simple-laravel-eloquent-uuid
129 Downloads
A simple Trait provides the ability to use UUID generator in your Eloquent models
astrotomic/laravel-eloquent-uuid
24964 Downloads
A simple drop-in solution for UUID support in your Eloquent models.
labrodev/laravel-uuidable
8 Downloads
Laravel package providing a reusable trait that automatically assigns a UUID to Eloquent models upon creation.