jvelo / eloquent-uuid-key
This package is abandoned and no longer maintained.
No replacement package was suggested.
Use UUID as eloquent model keys
0.1.0
2016-01-24 16:34 UTC
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.