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 Jun 28, 2015 · 1 revision

Begin by installing the package through Composer.

composer require caffeinated/widgets=~2.0

Once this operation is complete, simply add the service provider class and facade alias to your project's config/app.php file:

Service Provider
Caffeinated\Widgets\WidgetsServiceProvider::class,
Facade
'Widget' => Caffeinated\Widgets\Facades\Widget::class,

And that's it! With your coffee in reach, start building out some awesome widgets!

Clone this wiki locally