DEF STUDIO srl

Need help with Laravel and web development?

Hire one of our experts for your projects.

We build tailored products, websites and platforms — with care for UX, performance and maintainability.

Booking open for Q4 — limited slots

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 22 September 2025