arthurperton / statamic-wordpress-users

Import your WordPress users into Statamic and let them log in with their original passwords.
0 stars 1 forks source link

Fix issues with Laravel 11 Compatibility. #4

Closed sbrow closed 5 months ago

sbrow commented 6 months ago

I don't know if this fixes all the issues with Laravel 11 Compatibility, but the pages render now.

arthurperton commented 5 months ago

Thank you @sbrow. Compatibility with Statamic 5 and Laravel 11 is on my to do list and I will try and look into your PR as soon as possible.

arthurperton commented 5 months ago

Almost there. In the Controller class there is an array_get that needs to be replaced with Arr::get to support Laravel 11.

You can use Statamic\Support\Arr; at the top

sbrow commented 5 months ago

What about the array_combine calls?

Never mind.