cycle/entity-behavior-uuid
Cycle ORM behavior that adds first-class UUID columns using ramsey/uuid. Annotate entities with Uuid4 and map fields as type "uuid" (including primary keys) for automatic UUID handling in Cycle ORM models.
$this->uuid('id')), easing migrations and reducing merge conflicts.boot() or accessors), accelerating feature delivery for teams migrating to UUIDs.Adopt if:
$this->uuid('id')) without custom logic.boot() methods or accessors.Look Elsewhere if:
For Executives:
"This update lets our Laravel teams declare UUID fields directly in model schemas—like $this->uuid('id')—cutting migration time by 30% and reducing errors. It’s a no-code solution for scaling to distributed IDs, GDPR-compliant anonymization, and microservices. The MIT license keeps costs zero, and the ORM integration aligns with our long-term Laravel roadmap."
For Engineers: *"The 1.2.0 release adds schema-driven UUID fields for Eloquent models:
$this->uuid('uuid_field')).How can I help you explore Laravel packages today?