-
Notifications
You must be signed in to change notification settings - Fork 72
Installation
Shea Lewis (Kai) edited this page Feb 8, 2017
·
4 revisions
Begin by installing the package through Composer:
composer require caffeinated/themes
Once this operation is complete, simply add both the service provider and facade classes to your project's config/app.php
file:
Caffeinated\Themes\ThemesServiceProvider::class,
'Theme' => Caffeinated\Themes\Facades\Theme::class
And that's it! With your coffee in reach, start building some awesome themes!