Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Last active June 13, 2020 15:14
Show Gist options
  • Select an option

  • Save eS-IT/e1082714ae5814697791874e2868422f to your computer and use it in GitHub Desktop.

Select an option

Save eS-IT/e1082714ae5814697791874e2868422f to your computer and use it in GitHub Desktop.
<?php
$this->io->text('Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.');
// with array:
$this->io->text([
'Lorem ipsum dolor sit amet,',
'consectetuer adipiscing elit. Aenean commodo ligula eget dolor.'
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment