cloudtux / tailwindcss
A quick and simple way to add Tailwind CSS to Laravel.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/cloudtux/tailwindcss
Requires
- php: ^7.1.3
- laravel/framework: 5.7.*
This package is auto-updated.
Last update: 2025-12-11 17:09:04 UTC
README
A quick and simple way to add Tailwind CSS to Laravel.
Requirements
- You must have Yarn or Npm installed.
- You must use Sass (contents will be changed in resources/sass/app.scss)
- You must use Laravel Mix (contents will be changed in webpack.mix.js).
Installation
composer require cloudtux/tailwindcss
php artisan install:tailwindcss