You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 打印红色文字内容
Helper::terminal()->red('Whoa now this text is red.');
// 打印蓝色文字内容
Helper::terminal()->blue('Blue? Wow!');
文档 https://github.com/thephpleague/climate