PHPackages                             mikimaine/themes - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. mikimaine/themes

ActiveLibrary[Templating &amp; Views](/categories/templating)

mikimaine/themes
================

Laravel 5 Themes

v2.0.2(10y ago)010MITPHPPHP &gt;=5.5.9

Since Jun 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/mikimaine/themes)[ Packagist](https://packagist.org/packages/mikimaine/themes)[ RSS](/packages/mikimaine-themes/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

Caffeinated Themes
==================

[](#caffeinated-themes)

[![Laravel 5.0](https://camo.githubusercontent.com/fefa73cbcb138f313755edeb816d67030c8ca82a24371d2c30c4605f1a1d6b86/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e302d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Laravel 5.1](https://camo.githubusercontent.com/05076f1468adbd2ff88c746e1d499486fe3755747a047b2f42949a583c4884b2/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d352e312d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](http://laravel.com)[![Source](https://camo.githubusercontent.com/18ce331fcbfa0f5a4194e64a697fda7b53a8a40638ea49769dd072ccb9f3b419/687474703a2f2f696d672e736869656c64732e696f2f62616467652f736f757263652d6361666665696e617465642f7468656d65732d626c75652e7376673f7374796c653d666c61742d737175617265)](https://github.com/caffeinated/themes)[![License](https://camo.githubusercontent.com/30597ff9a350144f03bffdd9183e16468e0b3ca1193e1d08591d992622738d55/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)

Caffeinated Themes gives the means to group together a set of views and assets for Laravel 5.0 and Laravel 5.1. This gives an easy way to further decouple the way your web application looks from your code base.

The package follows the FIG standards PSR-1, PSR-2, and PSR-4 to ensure a high level of interoperability between shared PHP code. At the moment the package is not unit tested, but is planned to be covered later down the road.

Features
--------

[](#features)

- Supports Caffeinated Modules
- Supports both the Blade and Twig templating engines
- Intelligent fallback view support
- Child/parent theme inheritance
- Theme components, easily create re-usable UI components

Documentation
-------------

[](#documentation)

You will find user friendly and updated documentation in the wiki here: [Caffeinated Themes Wiki](https://github.com/caffeinated/themes/wiki)

Quick Installation
------------------

[](#quick-installation)

Begin by installing the package through Composer. Depending on what version of Laravel you are using (5.0 or 5.1), you'll want to pull in the `~1.0` or `~2.0` release, respectively:

#### Laravel 5.0.x

[](#laravel-50x)

```
composer require caffeinated/themes=~1.0

```

#### Laravel 5.1.x

[](#laravel-51x)

```
composer require caffeinated/themes=~2.0

```

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

#### Laravel 5.0.x

[](#laravel-50x-1)

##### Service Provider

[](#service-provider)

```
'Caffeinated\Themes\ThemesServiceProvider',
```

##### Facade

[](#facade)

```
'Theme' => 'Caffeinated\Themes\Facades\Theme',
```

#### Laravel 5.1.x

[](#laravel-51x-1)

##### Service Provider

[](#service-provider-1)

```
Caffeinated\Themes\ThemesServiceProvider::class,
```

##### Facade

[](#facade-1)

```
'Theme' => Caffeinated\Themes\Facades\Theme::class,
```

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 91.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~50 days

Total

5

Last Release

3784d ago

Major Versions

v1.2.3 → v2.02015-06-23

v2.0.1 → 3.x-dev2015-08-29

PHP version history (2 changes)v1.2.3PHP &gt;=5.4.0

v2.0PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/335f63fd233840fcdf5d7560d2a921c2339271efbadd17cb01e90ceae8840091?d=identicon)[mikimaine](/maintainers/mikimaine)

---

Top Contributors

[![kaidesu](https://avatars.githubusercontent.com/u/355659?v=4)](https://github.com/kaidesu "kaidesu (72 commits)")[![mikimaine](https://avatars.githubusercontent.com/u/10907808?v=4)](https://github.com/mikimaine "mikimaine (3 commits)")[![irineujunior](https://avatars.githubusercontent.com/u/260451?v=4)](https://github.com/irineujunior "irineujunior (1 commits)")[![thinmy](https://avatars.githubusercontent.com/u/3693592?v=4)](https://github.com/thinmy "thinmy (1 commits)")[![UnderlineWords](https://avatars.githubusercontent.com/u/1441055?v=4)](https://github.com/UnderlineWords "UnderlineWords (1 commits)")[![zsco](https://avatars.githubusercontent.com/u/6452137?v=4)](https://github.com/zsco "zsco (1 commits)")

---

Tags

laraveltwigbladethemescaffeinated

### Embed Badge

![Health badge](/badges/mikimaine-themes/health.svg)

```
[![Health](https://phpackages.com/badges/mikimaine-themes/health.svg)](https://phpackages.com/packages/mikimaine-themes)
```

###  Alternatives

[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[rcrowe/twigbridge

Adds the power of Twig to Laravel

9105.9M50](/packages/rcrowe-twigbridge)[moonshine/moonshine

Laravel administration panel

1.3k217.1k59](/packages/moonshine-moonshine)[caffeinated/themes

Laravel Themes

17354.7k](/packages/caffeinated-themes)[radic/blade-extensions

Laravel package providing additional Blade extensions: foreach (with $loop data like twig), break, continue, set,array (multiline), etc

271321.7k5](/packages/radic-blade-extensions)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
