fluent icon indicating copy to clipboard operation
fluent copied to clipboard

Support for Laravel 10 - doctrine/persistence upgrade to ^3?

Open adnweedon opened this issue 2 years ago • 0 comments

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!

adnweedon avatar Oct 30 '23 16:10 adnweedon