PHPackages                             carloosolrac/laravel-vue-tailwind-purgecss - 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. carloosolrac/laravel-vue-tailwind-purgecss

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

carloosolrac/laravel-vue-tailwind-purgecss
==========================================

A simple way to install Vue, Tailwind and PurgeCSS

0.2.0(5y ago)14431MITPHPPHP ^7.4

Since Sep 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Carloosolrac/Laravel-Vue-Tailwind-PurgeCSS)[ Packagist](https://packagist.org/packages/carloosolrac/laravel-vue-tailwind-purgecss)[ Docs](https://github.com/carloosolrac/laravel-vue-tailwind-purgecss)[ RSS](/packages/carloosolrac-laravel-vue-tailwind-purgecss/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Laravel 8 VueTailwindPurgeCSS
=============================

[](#laravel-8-vuetailwindpurgecss)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b7f6fdc2bdc9a91490f0dd87d7f1caa76a9423a73031424c1ec23f7b5119b79f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6361726c6f6f736f6c7261632f6c61726176656c2d7675652d7461696c77696e642d70757267656373732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/carloosolrac/laravel-vue-tailwind-purgecss)[![Total Downloads](https://camo.githubusercontent.com/341cbc318a15d2ae1bd6a5dc14f4791cc47f30889451259fcf4fe300102ed780/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6361726c6f6f736f6c7261632f6c61726176656c2d7675652d7461696c77696e642d70757267656373732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/carloosolrac/laravel-vue-tailwind-purgecss)

A simple way to install Vue, Tailwind and PurgeCSS in Laravel 8 projects without `laravel/ui:3.0` or `Jetstream`.

**What it includes:**

- [Vue.js](https://vuejs.org/)
- [Tailwind CSS](https://tailwindcss.com)
- [Purgecss](https://www.purgecss.com/), by [spatie/laravel-mix-purgecss](https://github.com/spatie/laravel-mix-purgecss)

**Additionals:**

- [postcss-nesting](https://github.com/jonathantneal/postcss-nesting)
- `ExampleComponent` is back!
- Replaces the `welcome.blade.php` template with one that extends the main layout `layouts/app.blade.php`
- Two CSS files for custom components and custom utilities, **don't be afraid to extend it!**
- `Webpack.mix.js` configured just the way I like it.

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

[](#installation)

You can install the package via composer in your fresh Laravel 8 project:

```
composer require carloosolrac/laravel-vue-tailwind-purgecss
```

Usage
-----

[](#usage)

After you install it, just execute this command.

```
php artisan preset:vtp
```

> ⚠️ This command delete some foldes, replaces some files and edit another ones. **Use it with precaution**

Then, you need install npm dependencies and create the Tailwind config file.

```
npm install && npx tailwind init && npm run dev
```

If you want a full Tailwind config you can run the next command:

```
npm install && npx tailwind init --full && npm run dev
```

Uninstall
---------

[](#uninstall)

When you complete the instalation, configuration you can remove this packages from you project as well.

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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

Every ~1 days

Total

3

Last Release

2059d ago

### Community

Maintainers

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

---

Top Contributors

[![Carloosolrac](https://avatars.githubusercontent.com/u/71470826?v=4)](https://github.com/Carloosolrac "Carloosolrac (1 commits)")

---

Tags

laravel-vue-tailwind-purgecsscarloosolrac

### Embed Badge

![Health badge](/badges/carloosolrac-laravel-vue-tailwind-purgecss/health.svg)

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

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[tonysm/rich-text-laravel

Integrates Trix content with Laravel

46577.8k1](/packages/tonysm-rich-text-laravel)[mauricius/laravel-htmx

Laravel helper library for Htmx

364101.1k1](/packages/mauricius-laravel-htmx)[illuminate/reflection

The Illuminate Reflection package.

361.6M3](/packages/illuminate-reflection)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[spatie/laravel-screenshot

Take screenshots of web pages in Laravel apps

7615.9k2](/packages/spatie-laravel-screenshot)

PHPackages © 2026

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