laravel-orm
by laravel-orm
Describe your table fields in the model and let Laravel manage your migration for you
laravel-id-generate
by wujunze
Laravel package to generate and to validate a UUID according to the RFC 4122 standard. Only support for version 1, 3, 4 and 5 UUID are built-in. and generate number id, generate primary key
correlate-php-laravel
Middleware to handle incoming correlation id header for Laravel and Lumen
laravel-model-traits
Provides a collection of useful traits for Laravel Eloquent models.
laravel-ulid
Laravel package for ULID (Universally Unique Lexicographically Sortable Identifier)
laravel-ulid
by rorecek
Laravel package for ULID (Universally Unique Lexicographically Sortable Identifier)
laravel-uuid
by emadadly
laravel uuid a simple, automatic UUID generator for any model based on Laravel.
laravel-uuid
by leganz
laravel uuid a simple, automatic UUID generator for any model based on Laravel.
laravel-uuid-model
Create non-incrementing Laravel models whose primary key is a UUID
laravel-url62-uuid
by gponster
The encoding schema to be used by this shortening algorithm will be Base 62 encoding, as we are going to use 62 letters: [a-zA-Z0-9]. UUID generation based on Rhumsaa\Uuid