uniquewith-validator icon indicating copy to clipboard operation
uniquewith-validator copied to clipboard

Add support to Laravel 9

Open gallib opened this issue 2 years ago • 7 comments

Hi,

this PR just add support to upcoming Laravel 9.0

gallib avatar Jan 24 '22 11:01 gallib

Sorry, I missed this completely!

Will verify soon ™️ 🙃

felixkiss avatar Feb 04 '22 23:02 felixkiss

closes #131

robbielove avatar Feb 24 '22 07:02 robbielove

@felixkiss I would really like this to be merged due to reasons explained in this PR for a different package where I had the same problem: https://github.com/laravelista/comments/pull/183#issuecomment-1056900967

I have looked through the codebase vs the upgrade guide vs this PR The changes would appear to work, but I haven't specifically tested this functionality (I have checked that I can update by composer), or even know how to. I am just a downstream user of this package through rinvex/laravel-support.

I am being held up by the reasons mentioned previously - but in short, If you merge this to master or another branch then that branch can be used without having to add a custom repo fork (laravel shift fork, etc) to each of my apps (just because they use a package which in turn uses this package).

Looking at your branch structure - there's only a single master branch - I would say your branching strategy appears different to that used in laravelista/comments (you probably don't use master as an experimental or unstable branch) - therefore I would suggest you simply change the base of the ~~shift~~ gallib PR to be a new branch called l9-compatibility and merge the ~~shift~~ gallib PR into that - then we can use and test the l9 changes without affecting master branch stability which I suspect you want to preserve, and anyone who wants to use/test the l9 can use it without specifying the laravel shift custom repo. When it's tested enough we can simply PR or merge directly to master - eg. the best of both worlds or win/win.

This is the last remaining dependency for all of my laravel apps to be upgraded - I would appreciate it if you could consider my requests. Any help is appreciated and I thank you for your contribution to this package which in turn helps packages that my package uses. ❤️

edit: my mistake; the laravelista PR was a shift PR, thanks @gallib for this PR

robbielove avatar Mar 06 '22 04:03 robbielove

Any update?

singleseeker avatar Mar 23 '22 01:03 singleseeker

@felixkiss any chance of getting this in?

mattvb91 avatar May 02 '22 19:05 mattvb91

Any update on this PR?

mikkoaf avatar Jun 20 '22 04:06 mikkoaf