Skip to content

athphane/laravel-programmer-quotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.