athphane/programmer-quotes

There is no license information available for the latest version (v1.0) of this package.

Programmer quotes as a package

v1.0 2020-09-25 09:46 UTC

This package is auto-updated.

Last update: 2024-04-26 01:21:12 UTC


README

68747470733a2f2f692e696d6775722e636f6d2f575855674448542e706e67

Total Downloads Latest Stable Version License

Programmer Quotes as a package

Easily get inspirational programmer quotes into your Laravel applications using this package.

Install

composer require athphane/programmer-quotes

How to use

The package will automatically register itself, so you do not need to manually add it to your Service Providers array. You simply need to do the following.

$quote = \Athphane\ProgrammerQuotes\ProgrammerQuotes::random();
dd($quote);

Issues

It's just an array of sentences. If you find an issue, lemme know with an issue.