Dries Vints
Dries Vints
Thanks @hafezdivandari. We don't maintain v9 any longer sorry. If this change needs to be made we'll need to do it in v10 and then differentiate between Laravel versions in...
Just want your 👀 on this one if you have a sec @hafezdivandari.
Thanks @Karem-sobhy. Pinging you @staudenmeir as you were the author of https://github.com/laravel/framework/pull/50192. Seems UUID columns aren't compatible with Laravel? I think we'll need more extensive tests in our MariaDB test...
Thanks @staudenmeir. I do feel we need some documentation around this and would be grateful if anyone could provide a PR. @Karem-sobhy please see @staudenmeir's reply around this topic.
I honestly don't know. We can't make the breaking change and having a `HasV7Uuid` which should technically be the better default sits a bit ill with me. I just wouldn't...
Hey @staudenmeir. I guess it's mainly this remark from @tillkruss: > IMO it makes no sense to change the default Str::uuid() to v7, which will always reveal the timestamp (minor...
@staudenmeir thanks for explaining. Right now I don't have the time to dig deeper into this matter. The best way forward is that you attempt a PR with whatever you...
Thanks @shaffe-fr. It's not by consequence that this is related to the enum usages in your PR?
Hi @BenjaminMINK. I don't think this works like in your example. `AsEnumCollection` is currently documented to work like follow: https://laravel.com/docs/11.x/eloquent-mutators#casting-arrays-of-enums Can you try that and let me know if it...
@Lakshan-Madushanka is correct. It doesn't seem we support this usage sorry.