I'm currently investigating whether laravel-doctrine is the solution I've been hoping for for my project, and the fluent package looks like exactly the sort of workflow I was hoping to use! The Laravel system I am trying to use laravel-doctrine/fluent with is using illuminate ^10, though; this requires laravel-doctrine/orm ^2, which in turn requires doctrine/persistence ^3, which clashes the requirement in this package.
I was just wondering whether there were any plans to update this package to support doctrine/persistence ^3, or if anyone had an idea of how much work would be involved in doing that upgrade? I had a go myself, but quickly realised that because I have no idea how either package works, and having not used it before, I don't know whether there are actually any issues, or how to solve any I do find!
I'm currently investigating whether laravel-doctrine is the solution I've been hoping for for my project, and the fluent package looks like exactly the sort of workflow I was hoping to use! The Laravel system I am trying to use laravel-doctrine/fluent with is using illuminate ^10, though; this requires laravel-doctrine/orm ^2, which in turn requires doctrine/persistence ^3, which clashes the requirement in this package.
I was just wondering whether there were any plans to update this package to support doctrine/persistence ^3, or if anyone had an idea of how much work would be involved in doing that upgrade? I had a go myself, but quickly realised that because I have no idea how either package works, and having not used it before, I don't know whether there are actually any issues, or how to solve any I do find!