michaeldyrynda / laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models
MIT License
451 stars 47 forks source link

added short uuid #50

Closed MordiSacks closed 5 years ago

MordiSacks commented 5 years ago

I added an option to use short uuids https://github.com/pascaldevink/shortuuid

michaeldyrynda commented 5 years ago

Thanks for this, but it’s not something I’d like to incorporate into the package. It’s simple enough to add this functionality using Eloquent accessors and mutators in your project.