Caffeinated Beverage is a general support package for the Laravel 5 framework. Beverage provides flexible and reusable components of code for commonly used functionality as well as the means to customize the default Laravel 5 folder structure.
The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code.
You will find user friendly and updated documentation in the wiki here: Caffeinated Beverage Wiki
Begin by installing the package through Composer.
composer require caffeinated/beverage=~2.0
And that's it! With your coffee in reach, start building out some awesome web applications!