We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a20553 commit 0e73072Copy full SHA for 0e73072
README.md
@@ -39,6 +39,14 @@ $rendered = Highlighter::create()->highlight(file_get_contents(__FILE__));
39
40
## Console color
41
42
+```php
43
+Color::printf('<info>%s</info> world', 'hello');
44
+Color::println('hello world', 'info');
45
+Color::println('hello world', 'error');
46
+Color::println('hello world', 'warning');
47
+Color::println('hello world', 'success');
48
+```
49
+
50

51
52
## Cli downloader
0 commit comments