michaeldyrynda / laravel-model-uuid

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

feat: ulid support #127

Open atymic opened 9 months ago

atymic commented 9 months ago

Todo

michaeldyrynda commented 9 months ago

I think I’m going to merge the efficient uuid package into this one, release a new major, and EOL the other.

I have no end of trouble with the interdependency between the two, and given the functionality in the other package is optional I think it’s ok to combine it.

atymic commented 9 months ago

Agreed. Let me know if you need a hand.