PHPackages                             pbrooker/laravel-mix-tailwind - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pbrooker/laravel-mix-tailwind

ActivePackage[Utility &amp; Helpers](/categories/utility)

pbrooker/laravel-mix-tailwind
=============================

Laravel-mix-tailwind. Forked from Jeffery Way to update tailwind file name.

1.2(5y ago)016JavaScript

Since Oct 10Pushed 5y agoCompare

[ Source](https://github.com/pbrooker/laravel-mix-tailwind)[ Packagist](https://packagist.org/packages/pbrooker/laravel-mix-tailwind)[ RSS](/packages/pbrooker-laravel-mix-tailwind/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)DependenciesVersions (3)Used By (0)

Laravel Mix Tailwind
====================

[](#laravel-mix-tailwind)

This extension provides instant Tailwind support to your Mix (v2.1 and up) builds.

Usage
-----

[](#usage)

First, install the extension.

```
npm install laravel-mix-tailwind --save-dev

```

Then, require it within your `webpack.mix.js` file, like so:

```
let mix = require('laravel-mix');

require('laravel-mix-tailwind');

mix
    .js('resources/js/app.js', 'public/js')
    .less('resources/less/app.less', 'public/css')
    .tailwind();
```

And you're done! Compile everything down with `npm run dev`. (And [Don't forget to add the Tailwind directives](https://tailwindcss.com/docs/installation#3-use-tailwind-in-your-css) to your Sass/Less/Stylus entry file.)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

2093d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b8eb50d1df1eb896331da8a93d93ea8f353983f0e0d4cca436ed12883bc4899?d=identicon)[pbrooker1](/maintainers/pbrooker1)

---

Top Contributors

[![melodylumen](https://avatars.githubusercontent.com/u/14824835?v=4)](https://github.com/melodylumen "melodylumen (6 commits)")[![JeffreyWay](https://avatars.githubusercontent.com/u/183223?v=4)](https://github.com/JeffreyWay "JeffreyWay (5 commits)")[![mazedlx](https://avatars.githubusercontent.com/u/9453522?v=4)](https://github.com/mazedlx "mazedlx (1 commits)")[![MichaelDeBoey](https://avatars.githubusercontent.com/u/6643991?v=4)](https://github.com/MichaelDeBoey "MichaelDeBoey (1 commits)")

### Embed Badge

![Health badge](/badges/pbrooker-laravel-mix-tailwind/health.svg)

```
[![Health](https://phpackages.com/badges/pbrooker-laravel-mix-tailwind/health.svg)](https://phpackages.com/packages/pbrooker-laravel-mix-tailwind)
```

###  Alternatives

[kunstmaan/utilities-bundle

The KunstmaanUtilitiesBundle makes your life easier by providing a couple of small but usefull helper services you can use and re-use in your applications. We already implemented an easy to use cipher service and a shell helper service for you but feel free to send in a pull request with your additions. The shell helper allows you to run apps in the background, see if a process is running and has a method to kill a running process. The cipher service allow you to encode and decode strings using the Rijndael 256 cipher

13152.7k6](/packages/kunstmaan-utilities-bundle)

PHPackages © 2026

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