> For the complete documentation index, see [llms.txt](https://lara-dumps.gitbook.io/laradumps/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lara-dumps.gitbook.io/laradumps/commands/screens.md).

# Screens

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

```php
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');
```

![](https://1925282274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDBDrn5ZBe2jpKcdmPPrl%2Fuploads%2Fgit-blob-2233a43c4c89232b91932f1016a6a97cda6f4011%2Fscreens.png?alt=media)
