webpatser/laravel-uuid
Generate and work with UUIDs in Laravel using the popular ramsey/uuid library. Provides a simple UUID facade and helpers, plus optional model support to use UUID primary keys in Eloquent, making unique IDs easy across apps and services.
webpatser/laravel-uuid is a Laravel package that adds convenient UUID generation and model integration, making it easy to use universally unique identifiers in place of auto-incrementing IDs. It provides helpers and trait-based support so you can adopt UUIDs with minimal boilerplate across your application.
Ideal for distributed systems and public-facing identifiers, it helps keep IDs non-sequential while remaining straightforward to implement in Laravel projects.
How can I help you explore Laravel packages today?