DEF STUDIO srl

API calls helpers

dump()

print a dump() of the current api call status for testing purposes

Telegraph::message('test')->dump();

dd()

print a dd() of the current api call status for testing purposes

Telegraph::message('test')->dd();

withData()

set custom Telegraph data attribute

Telegraph::withData('key', 'value');
Suggest a change
Last updated 02 December 2024