PHPackages                             benmanu/recipe-mix - 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. benmanu/recipe-mix

ActiveSilverstripe-recipe

benmanu/recipe-mix
==================

SilverStripe recipe for Laravel Mix

0.1(8y ago)118JavaScript

Since Feb 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/benmanu/recipe-mix)[ Packagist](https://packagist.org/packages/benmanu/recipe-mix)[ RSS](/packages/benmanu-recipe-mix/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

SilverStripe Mix Recipe
-----------------------

[](#silverstripe-mix-recipe)

Recipe to add Laravel Mix build chain dependencies to a SilverStripe project. This includes:

- `.babelrc`: [Babel config file](https://babeljs.io/)
- `.eslintrc.js`: [eslint config file](https://eslint.org/)
- `package.json`: [Laravel Mix](https://github.com/JeffreyWay/laravel-mix), [Vue](https://vuejs.org/), [Jest](https://facebook.github.io/jest/)

Provides chunk loading of Vue components for optimised component loading (only loads a component when used), aswell as some polyfills etc.

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

[](#installation)

Install the recipe with the following composer call

```
composer require-recipe benmanu/recipe-mix

```

Once the files have been added you can build the theme files using either, Yarn:

```
yarn install
yarn run dev
yarn run production

```

or NPM:

```
npm install
npm run dev
npm run production

```

By default a `themes/mix/` folder is included as a starter theme. You can either set this to be the project theme, and add your template files. Alternatively you can change the theme source by editing the `themeDir` variable defined in the `webpack.mix.js` file.

The `themes/mix/src/` directory contains all of the dev application files.

The `themes/mix/dist/` directory contains the compiled files.

When loading the compiled files into your template the `manifest.js` file must be the first one included.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3002d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd2e09e14a1ce6be58b3d759414e939d20dc58662e511e1d561d16b7385141ee?d=identicon)[benmanu](/maintainers/benmanu)

---

Top Contributors

[![benmanu](https://avatars.githubusercontent.com/u/1373344?v=4)](https://github.com/benmanu "benmanu (8 commits)")

---

Tags

mixsilverstripesilverstripe-recipes

### Embed Badge

![Health badge](/badges/benmanu-recipe-mix/health.svg)

```
[![Health](https://phpackages.com/badges/benmanu-recipe-mix/health.svg)](https://phpackages.com/packages/benmanu-recipe-mix)
```

###  Alternatives

[silverstripe/installer

The SilverStripe Framework Installer

172964.5k1](/packages/silverstripe-installer)[silverstripe/recipe-cms

SilverStripe recipe for fully featured page and asset content editing

212.4M185](/packages/silverstripe-recipe-cms)[lekoala/silverstripe-cms-actions

Add actions to your models in SilverStripe

39279.9k22](/packages/lekoala-silverstripe-cms-actions)[lekoala/silverstripe-softdelete

Soft delete extension for SilverStripe

11184.4k](/packages/lekoala-silverstripe-softdelete)[lekoala/silverstripe-mandrill

Adds mandrill in the SilverStripe CMS

1827.3k](/packages/lekoala-silverstripe-mandrill)

PHPackages © 2026

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