Libraries tagged by primary keys
alsofronie/eloquent-uuid
337542 Downloads
A Laravel Eloquent Model trait for using UUID's as primary keys
chrisnharvey/laravel-sql-require-primary-key
22176 Downloads
coenjacobs/eloquent-composite-primary-keys
86348 Downloads
Offers composite primary keys on Eloquent models
jetcod/eloquent-keygen
31216 Downloads
A Laravel package providing seamless integration with Snowflake ID generation for Eloquent models
kblais/laravel-uuid
85468 Downloads
A simple library to use UUIDs as your Eloquent model's primary key.
pfrug/composite-key
1964 Downloads
Support for composite primary keys in Laravel Eloquent models.
cline/variable-keys
16529 Downloads
Laravel Blueprint macros for variable primary key and morph types
riipandi/laravel-optikey
9339 Downloads
Use UUID, Ulid, or nanoid as optional or primary key in Laravel.
dereuromark/cakephp-hashid
10083 Downloads
A CakePHP plugin to allow using hashids instead of numeric primary keys.
mpyw/unique-violation-detector
64855 Downloads
Detect primary/unique key or constraint violation errors from PDOException.
maksimru/composite-primary-keys
15196 Downloads
Most advanced composite primary keys package with support of: binary columns, queueable, implicit route binding, relations
mediagone/small-uid
752 Downloads
Small Unique Identifier - Quite like an ULID, but half smaller (64 bits).
abe/unique-id-for-laravel
5057 Downloads
A simple package to generate unique id for laravel
ddlabs/uuid-package
6797 Downloads
Package to allow you to use UUID for primary key in Laravel Models
axn/laravel-pk-int-to-bigint
6711 Downloads
Convert DB primary keys and related foreign keys type from INT to BIGINT in a Laravel project