The League of Extraordinary Packages

Our Packages:

Presented by The League of Extraordinary Packages

Getting Started

Styling

Arguments

Terminal Objects

Break

The br method does exactly that, inserts a line break:

$climate->br();

For ease of use, the br method is also chainable:

$climate->br()->out('I have moved down a line.');