Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 228 Bytes

Terminal.md

File metadata and controls

9 lines (8 loc) · 228 Bytes

终端 Terminal

// 打印红色文字内容
Helper::terminal()->red('Whoa now this text is red.');
// 打印蓝色文字内容
Helper::terminal()->blue('Blue? Wow!');
文档 https://github.com/thephpleague/climate