LaraDumps
  • What is LaraDumps?
  • Get Started
    • Installation
    • Configuration
  • Commands
    • Simple
    • Color
    • Log Application
    • Show queries
    • Clear History
    • Custom Label
    • JSON Validate
    • Contains
    • Table
    • Screens
    • Diff
    • Model
  • Reference
    • Livewire
  • App
    • Host
    • IDE
Powered by GitBook
On this page
  1. Commands

Screens

PreviousTableNextDiff

Last updated 2 years ago

Sometimes you need to send dumps to different screens. When you are working with two projects or using one API then you can call:

ds('screen 1');

ds('{"0":"luan"}')
    ->isJson()
    ->label('format json')
    ->toScreen('api');

ds('screen 2')
    ->s('screen 2');

ds3('screen 3');

ds4('screen 4');

ds5('screen 5');