PHPackages                             b14t/default-theme - 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. b14t/default-theme

ActiveLibrary

b14t/default-theme
==================

The default theme as a boilerplate for the butterfly effect.

1.0.0(7y ago)024MITPHPPHP &gt;=7.1

Since May 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/b14t/default-theme)[ Packagist](https://packagist.org/packages/b14t/default-theme)[ RSS](/packages/b14t-default-theme/feed)WikiDiscussions master Synced 2mo ago

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

default-theme
=============

[](#default-theme)

The default theme as a boilerplate for the butterfly effect.

Config
------

[](#config)

### Theme-Config

[](#theme-config)

```
{
    "extra": {
        "butterfly-effect": {
            "theme": {
                "asset-folder": "In which folder are your public files? optional, filled with 'public' by default.",
                "css": [
                    "Array of your optional css files. You can use absolute URLs oder a relative path to your asset folder starting with ./."
                ],
                "js": [
                    "Array of your optional css files. You can use absolute URLs oder a relative path to your asset folder starting with ./."
                ]
            }
        }
    }
}
```

### Laravel Service Provider

[](#laravel-service-provider)

Create a Service provider and extend

`namespace ButterflyEffect\DefaultTheme\ThemeProvider`.

If you changed the standard path for our composer file, please change the provider property $composerFile to your required path.

```
 /**
  * @var string Where to find the composer file for this theme.
  */
protected $composerFile = __DIR__ . '/../../composer.json';

```

### Activate the theme in your butterfly effect

[](#activate-the-theme-in-your-butterfly-effect)

Please define the env var **BUTTERFLY\_EFFECT\_THEME\_DEFAULT** with the name of your theme, so that it gets used.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~3 days

Total

3

Last Release

2919d ago

Major Versions

0.1.0 → 1.0.0-RC12018-05-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/acc5af332f2a79dedb5aea83c3b4c2665d99fd2c14743fd0c2a3d70ecf0b7859?d=identicon)[best-it](/maintainers/best-it)

---

Top Contributors

[![b3nl](https://avatars.githubusercontent.com/u/1861864?v=4)](https://github.com/b3nl "b3nl (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/b14t-default-theme/health.svg)

```
[![Health](https://phpackages.com/badges/b14t-default-theme/health.svg)](https://phpackages.com/packages/b14t-default-theme)
```

PHPackages © 2026

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