Random quotes from the works of William Shakespeare
Require the package using composer:
composer require sarahsibert/shakespeare-quotes
use SarahSibert\ShakespeareQuotes\QuoteFactory;
$quotes = new QuoteFactory();
$quote = $quotes->getRandomQuote();
In View:
{{$quote->quote}}
{{$quote->play}}
{{$quote->theme}}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.