philkra / elastic-apm-laravel

Elastic APM Client for Laravel
94 stars 50 forks source link

Laravel 6 support #68

Closed devngl closed 5 years ago

devngl commented 5 years ago

Remove str and arr global helpers for Laravel 6 support.

This is required if you want to work with Laravel 6, where string and array global helpers were replaced by a more OOP set of methods in Arr and Str classes.

devngl commented 5 years ago

@philkra Did you have time to check this out? I know you're looking for maintainers, but in the mean time I think this should provide compatibility with a Laravel 6 clean installation

mfairch commented 5 years ago

@devngl Thanks for creating this PR. I'm helping out @philkra maintain this for now.