Libraries tagged by laravel-ulid
cleaniquecoders/laravel-uuid
9555 Downloads
Use UUID for your Laravel application.
ryancco/laravel-uuid-models
4808 Downloads
Trait for working with Eloquent models with UUID route keys
nevadskiy/laravel-uuid
3073 Downloads
The package provides UUID keys functionality for Eloquent models with one single trait.
jenbuzz/laravel-uuid
2105 Downloads
Adds a uuid to a model using ramsey/uuid
kadevland/simple-laravel-eloquent-uuid
129 Downloads
A simple Trait provides the ability to use UUID generator in your Eloquent models
salmanzafar/laravel-model-uuid
126 Downloads
A Laravel UUID Package
takeawaytown/laravel-uuid
22 Downloads
A package for using 'Universally Unique Identifiers' in Laravel.
stescacom/laravel-uuid-database-queue
11 Downloads
This enables laravel to use UUID for Job primary key, and enables proper interaction.
paulkudr/laravel-uuid
9 Downloads
This package allows you to easily work with UUIDs in your Laravel models.
ouiflash/laravel-uuid
2700 Downloads
Implementing uuid into laravel
novay/laravel-uuid
98 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
7 Downloads
A trait that provides support for uuid for eloquent models.
michielkempen/laravel-uuid-model
15660 Downloads
Laravel base model that stores a UUID in the database rather than an incremental unsigned integer.
michalkortas/laravel-uuid
497 Downloads
Simply create Eloquent Models & database tables with UUID/GUID primary keys.
marcandreappel/laravel-uuids
1432 Downloads
Allows the usage of UUIDs in Eloquent models