Skip to content
On this page

Quote

Capture a quote.

Create from string

php
$block = Quote::fromString(
    "The way to get started is to quit talking and begin doing."
);

Released under the MIT License.