Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

Installation

Shea Lewis edited this page Mar 6, 2015 · 2 revisions

Simply install the package through Composer. The best way to do this is through your terminal via Composer itself:

composer require caffeinated/beverage

Note: Make sure that you validate your composer.json changes by running composer validate.

Publishing The Config File

To publish the bundled config file, simply run Laravel's vendor:publish Artisan command:

php artisan vendor:publish

This will copy the bundled config file to config/beverage.php.

Clone this wiki locally