Libraries tagged by Laravel UUID model
nevadskiy/laravel-uuid
3073 Downloads
The package provides UUID keys functionality for Eloquent models with one single trait.
jenbuzz/laravel-uuid
2107 Downloads
Adds a uuid to a model using ramsey/uuid
khalyomede/laravel-eloquent-uuid-slug
352 Downloads
Use auto generated UUID slugs to identify and retrieve your Eloquent models.
bdelespierre/laravel-has-uuid
469 Downloads
Provides support for UUID key type in Eloquent models
astrotomic/laravel-eloquent-uuid
25111 Downloads
A simple drop-in solution for UUID support in your Eloquent models.
lucadello91/eloquent-uuid
8378 Downloads
Laravel Eloquent Model trait for using UUID on primary key
labrodev/laravel-uuidable
36 Downloads
Laravel package providing a reusable trait that automatically assigns a UUID to Eloquent models upon creation.
hnhdigital-os/laravel-model-traits
114 Downloads
Provides a collection of useful traits for Laravel Eloquent models.
bluora/laravel-model-traits
81 Downloads
Provides a collection of useful traits for Laravel Eloquent models.
phpexperts/conciseuuid
10254 Downloads
An Eloquent model for using concise UUIDs (base62) as keys.
r15ch13/peculiar
3243 Downloads
An extension to the Laravel Eloquent Model. It allows the use of UUIDs (ramsey/uuid) as primary keys.
laramore/laramore
1156 Downloads
Describe your table fields in the model and let Laravel the rest
michielkempen/laravel-uuid-model
15661 Downloads
Laravel base model that stores a UUID in the database rather than an incremental unsigned integer.
ignition-nbs/laravel-uuid-model
2668 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