laravel-factories-reloaded
laravel-factories-reloaded copied to clipboard
PHP 8 Support
Is there any chance you can bump require version to support PHP 8?
It's great that you've made things compatible with with Laravel 8, perhaps something in keeping with their approach ("^7.4|^8.0")?
Thanks for the hard work on this package, love it. Not a fan of the Laravel 8 factories approach.
Hey @DaJoTo, thanks for the reminder and that you like the package. Still on my list. Will give it a look 👍
Ok I took a look today. One problem is that I use BetterReflection
for this package which does not have PHP 8 support yet.
https://github.com/Roave/BetterReflection/issues/701
I might have to wait until they release a new version.
Looks like someone has done most of the work already, just needs PRing and ensuring it doesn't break tests. I'll see if I can invest some time into it.
Just checked, still no PHP8 support for BetterReflection package =/
@christophrumpel There is a php 8 update now. Are you willing to upgrade yours or did you abandon the development?
Hey, I dont use it myself anymore but Im willing to upgrade with some help. Would you do a PR?
Sure! I just opened a PR.