inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
2.03k stars 227 forks source link

Replace `array_merge` with spread operator in `HandleInertiaRequests` #537

Closed osbre closed 4 months ago

timacdonald commented 11 months ago

This won't work on all version of PHP that Inertia currently supports.

Inertia currently supports 7.2+. The spread operator was introduced in PHP 7.4

osbre commented 4 months ago

Any ideas why this package still supports Laravel 8 and PHP 7.3? They both reached EOL.

driesvints commented 3 months ago

Not really. I think those can be removed soon.