
Laravel Model HashId
Stripe-like Hash IDs for Eloquent Models
Creator
Yunus Emre Deligöz @yedeligoez
Description
Use laravel-model-hashid to generate, save, and route Stripe-like Hash IDs for Laravel Eloquent Models. Hash IDs are short, unique, and non-sequential, and can generate unique Ids for URLs and hide database row numbers from the user. With this package, you can customize Hash ID generation and add a model prefix and separator.Visit Site