$xmlString = " <sequencer name=\"AXX\" slug=\"axx\"> <sequencer name=\"BER\" slug=\"ber\"></sequencer> </sequencer> ";
As of recently it seems a fresh install of laravel homestead does not bring Xdebug setup out of the box. This seems to be confirmed from issue #800 on laravel’s github. https://github.com/laravel/homestead/issues/800
I am working here with PHP 7.0 that was selected and installed from the synology web…