PHPackages                             sircumz/laravel-mixable - 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. [Framework](/categories/framework)
4. /
5. sircumz/laravel-mixable

ActiveLibrary[Framework](/categories/framework)

sircumz/laravel-mixable
=======================

A Laravel 5.4 package for mixing packages.

1.0.0(8y ago)1241MITPHPPHP ^7.0

Since Oct 5Pushed 8y ago1 watchersCompare

[ Source](https://github.com/SirCumz/laravel-mixable)[ Packagist](https://packagist.org/packages/sircumz/laravel-mixable)[ Docs](https://github.com/sircumz/laravel-mixable)[ RSS](/packages/sircumz-laravel-mixable/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)DependenciesVersions (2)Used By (1)

Laravel Mixable!
================

[](#laravel-mixable)

[![Latest Stable Version](https://camo.githubusercontent.com/314d4f80eb35baf708641a57f48e1594f79c72593d83fd6ecbe9c435b40c7d1a/68747470733a2f2f706f7365722e707567782e6f72672f73697263756d7a2f6c61726176656c2d6d697861626c652f762f737461626c65)](https://packagist.org/packages/sircumz/laravel-mixable) [![Total Downloads](https://camo.githubusercontent.com/8a4b626e69a34d658b17886db87172b4563a938267e6b50a3cd4d9e9e0973e3a/68747470733a2f2f706f7365722e707567782e6f72672f73697263756d7a2f6c61726176656c2d6d697861626c652f646f776e6c6f616473)](https://packagist.org/packages/sircumz/laravel-mixable) [![Latest Unstable Version](https://camo.githubusercontent.com/692b28a21617cbdfec0542e8302ddbb746ee6fae2841295ddd521fdbf3d5372c/68747470733a2f2f706f7365722e707567782e6f72672f73697263756d7a2f6c61726176656c2d6d697861626c652f762f756e737461626c65)](https://packagist.org/packages/sircumz/laravel-mixable) [![License](https://camo.githubusercontent.com/b7b78b50ffa8ba34c57545c68c841eb39d898fbdfda4c588fe959ed0e6a657a2/68747470733a2f2f706f7365722e707567782e6f72672f73697263756d7a2f6c61726176656c2d6d697861626c652f6c6963656e7365)](https://packagist.org/packages/sircumz/laravel-mixable)

A Laravel 5.4+ package for mixing Laravel packages.

---

Installing Laravel Mixable
--------------------------

[](#installing-laravel-mixable)

The preferred way of installing is through composer

```
composer require sircumz/laravel-mixable

```

Add the service provider to config/app.php:

```
SirCumz\LaravelMixable\LaravelMixableServiceProvider::class

```

Compiling Assets with Laravel Mix
---------------------------------

[](#compiling-assets-with-laravel-mix)

Add the following code to the top of "webpack.mix.js" if you want to enable asset compiling with Mixable.

```
const mix = require('./vendor/sircumz/laravel-mixable/mixable.js');

```

instruct Mixable what to mix. You can use almost every function that Laravel Mix has to offer in their API.

```
public function boot() {
    $this->app['mixable']->mix( function($mix) {
        $mix->sass( __DIR__ . '/assets/css/style.css', 'public/mypackage/css/style.css' )
            ->version();
    } );
}

```

Run the Laravel Mix commands in your terminal as you normally would do.

```
npm run watch

```

Enjoy!

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

3190d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1910427?v=4)[Tjip Kloosterman](/maintainers/SirCumz)[@SirCumz](https://github.com/SirCumz)

---

Top Contributors

[![SirCumz](https://avatars.githubusercontent.com/u/1910427?v=4)](https://github.com/SirCumz "SirCumz (7 commits)")

---

Tags

laravelmixable

### Embed Badge

![Health badge](/badges/sircumz-laravel-mixable/health.svg)

```
[![Health](https://phpackages.com/badges/sircumz-laravel-mixable/health.svg)](https://phpackages.com/packages/sircumz-laravel-mixable)
```

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247608.3k1](/packages/hemp-presenter)[rahulalam31/laravel-abuse-ip

Block ip address of all spammer's around the world.

27234.5k](/packages/rahulalam31-laravel-abuse-ip)[glhd/linen

21439.7k](/packages/glhd-linen)[laravel-frontend-presets/black-dashboard

Laravel 11.x Front-end preset for black dashboard

8726.7k](/packages/laravel-frontend-presets-black-dashboard)

PHPackages © 2026

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