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
Requires
- illuminate/collections: ^8.6
This package is auto-updated.
Last update: 2024-10-26 02:47:22 UTC
README
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.