Php versions – PHP compact method undefined in Laravel 5.4
I'm having to move my laravel 5.4 app to a >=PHP 7.3 Server. Upgrading the App to a higher laravel version breaks everything. So I'm stuck with making this work as is. The problem now is that Compact() method (which…