jvelo / eloquent-uuid-key
Use UUID as eloquent model keys
Installs: 56
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jvelo/eloquent-uuid-key
Requires
- illuminate/database: 5.2.*
- illuminate/events: 5.2.*
- ramsey/uuid: 3.1.x
This package is not auto-updated.
Last update: 2022-04-20 06:36:49 UTC
README
This packages publishes a trait that makes your Eloquent models use a UUID as primary key.
It relies on ramsey/uuid
for key generation.
Migrations/schema creation is out of the scope of this project.
It's compatible with Postgres UUID type.