outl1ne / nova-page-manager

Static page and region manager for Laravel Nova - designed for headless CMS's.
MIT License
180 stars 39 forks source link

Depends on Laravel 9, but that dependency is not specified in composer.json #138

Closed wdelfuego closed 1 year ago

wdelfuego commented 2 years ago

The current composer.json allows installation in a Laravel 8 application, but that causes the Arr::map does not exist error described in this issue.

I suppose either the composer.json should be updated to reflect this dependency on Laravel 9 or the project should be made backwards compatible with Laravel 8.

Tarpsvo commented 1 year ago

Heya. I removed the Arr::map calls in version 5.8.4. I hope this fixed the backwards compatibility. I had no idea it was added with Laravel 9. Good luck!