Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Created June 13, 2020 15:11
Show Gist options
  • Save eS-IT/d9ac877642d5286d8b7d0812547af03a to your computer and use it in GitHub Desktop.
Save eS-IT/d9ac877642d5286d8b7d0812547af03a to your computer and use it in GitHub Desktop.
<?php
$this->io->success('Lorem ipsum dolor sit amet');
// or with array:
$this->io->success([
'Lorem ipsum dolor sit amet',
'Consectetur adipiscing elit',
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment