Closed sbrow closed 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.
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
What about the array_combine
calls?
Never mind.
I don't know if this fixes all the issues with Laravel 11 Compatibility, but the pages render now.