Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Last active June 13, 2020 15:04
Show Gist options
  • Save eS-IT/dd1d157d0791256532b7f7ec96b65ca3 to your computer and use it in GitHub Desktop.
Save eS-IT/dd1d157d0791256532b7f7ec96b65ca3 to your computer and use it in GitHub Desktop.
<?php
$this->io->horizontalTable(
['Header 1', 'Header 2'],
[
['Cell 1-1', 'Cell 1-2'],
['Cell 2-1', 'Cell 2-2'],
['Cell 3-1', 'Cell 3-2'],
]
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment