The official Treblle SDK for Laravel. Seamlessly integrate Treblle to manage communication with your dashboard, send errors, and secure sensitive data.
When running in Octane it's not longer possible to use native PHP functions like getallheaders(), headers_list and others. Instead we have to switch to native Laravel functions which work both with and without Octane.
@khalyomede @bhushan Trying to follow the steps of great ones like the two of you so i made a PR. Check me on the logic, I've been testing this for a few days now, in production :)
When running in Octane it's not longer possible to use native PHP functions like
getallheaders()
,headers_list
and others. Instead we have to switch to native Laravel functions which work both with and without Octane.