PHPackages                             ssmix/bootstrap-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. ssmix/bootstrap-theme

ActiveSilverstripe-theme

ssmix/bootstrap-theme
=====================

The SilverStripe theme that uses Bootstrap 4 with Laravel Mix

v1.0.0(5y ago)048BSD-3-ClauseScheme

Since Jun 28Pushed 5y agoCompare

[ Source](https://github.com/cjsewell/silverstripe-mix-bootstrap-theme)[ Packagist](https://packagist.org/packages/ssmix/bootstrap-theme)[ RSS](/packages/ssmix-bootstrap-theme/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

SilverStripe 4 Bootstrap 4 Mix
==============================

[](#silverstripe-4-bootstrap-4-mix)

Fork of [eolant/silverstripe-bootstrap-mix](https://github.com/eolant/silverstripe-bootstrap-mix) as an example for using [silverstripe-mix](https://github.com/cjsewell/silverstripe-mix)

This is a boilerplate base theme for SilverStripe 4 that you can use for all your custom Boostrap 4 themes.
It uses Laravel Mix for assets compilation and hot module reloading for quick and easy development allowing you to focus on the task at hand, not worrying about front end tools.
Includes a SASS and React example, but can easily be replaced for anything else such as SASS, LESS, Stylus, Vue, etc.
Refer to the [laravel-mix](https://github.com/JeffreyWay/laravel-mix) documentation for more details.

Installation
------------

[](#installation)

```
composer require ssmix/bootstrap-theme

```

- Update themes in `app/_config/theme.yml````
    SilverStripe\View\SSViewer:
      themes:
        - ssmix-bootstrap
        - '$public'
        - '$default'
    ```
- Run `yarn install` from the theme directory

Usage
-----

[](#usage)

- `yarn hot watch` for development
- `yarn build` for production build

###### Please refer `package.json` for all commands.

[](#please-refer-packagejson-for-all-commands)

Renaming theme
--------------

[](#renaming-theme)

If you want to rename the theme, create extras.expose key in your root composer.json
Replace &lt;theme-name&gt; with the new name

```
"extra": {
  "expose": [
      "themes//dist",
      "themes//css"
    ]
}

```

Then run vendor expose to generate the correct symlinks. See [silverstripe/vendor-plugin](https://github.com/silverstripe/vendor-plugin) and the [SilverStripe Requirements docs](https://docs.silverstripe.org/en/4/developer_guides/templates/requirements/#configuring-your-project-exposed-folders) for more information on vendor expose.

```
composer vendor-expose

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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

Unknown

Total

1

Last Release

2149d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5317dd0ba5eb4981ad9d6c5bbb0cfceb41ce0eca8e34c9987e9dca8a41af1672?d=identicon)[cjsewell](/maintainers/cjsewell)

---

Top Contributors

[![eolant](https://avatars.githubusercontent.com/u/1523110?v=4)](https://github.com/eolant "eolant (5 commits)")[![cjsewell](https://avatars.githubusercontent.com/u/1856199?v=4)](https://github.com/cjsewell "cjsewell (1 commits)")

---

Tags

silverstripethemebootstrapmix

### Embed Badge

![Health badge](/badges/ssmix-bootstrap-theme/health.svg)

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

###  Alternatives

[silverstripe-themes/simple

The SilverStripe simple theme (default SilverStripe 3 theme)

411.3M8](/packages/silverstripe-themes-simple)[entidi/silverstrap

A Silverstripe theme based on Bootstrap front end framework

111.4k1](/packages/entidi-silverstrap)

PHPackages © 2026

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