Libraries tagged by Laravel UUID model
andach/laravel-primary-key-uuid
683 Downloads
This is an incredibly simple package to add a simple trait for Laravel models where the primary key is a UUID.
ddlabs/uuid-package
6665 Downloads
Package to allow you to use UUID for primary key in Laravel Models
joshbrw/revisionable-uuid
568 Downloads
A fork of VentureCraft/Revisionable, with support for UUID-based keys.
bluora/laravel-model-traits
81 Downloads
Provides a collection of useful traits for Laravel Eloquent models.
r15ch13/peculiar
3241 Downloads
An extension to the Laravel Eloquent Model. It allows the use of UUIDs (ramsey/uuid) as primary keys.
laramore/laramore
1143 Downloads
Describe your table fields in the model and let Laravel the rest
joelshepherd/create-with
5215 Downloads
Easily add common unique identity fields to Laravel models.
brokeyourbike/uid-keys
1496 Downloads
A simple drop-in solution for providing UUID and ULID support for the IDs of your Eloquent models.
michielkempen/laravel-uuid-model
15660 Downloads
Laravel base model that stores a UUID in the database rather than an incremental unsigned integer.
gauralab/laravel-uuid-model
49 Downloads
Eloquent model with uuid as primary key
dtt/laravel-uuid-model
23 Downloads
Uuid Model For Laravel
simlux/laravel-model-uuid
130 Downloads
Make usage of UUID in laravel models easy.
rits-tecnologia/laravel-model-uuid
10 Downloads
Laravel Model UUID
mawuekom/laravel-model-uuid
186 Downloads
Easily work with UUIDs in your Laravel models
hnhdigital-os/laravel-model-uuid
250 Downloads
Provides UUID datatype support for the Eloquent ORM