threecrowco / laravel-preset
Tailwind CSS Frontend Preset for Laravel 6
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 25
pkg:composer/threecrowco/laravel-preset
Requires
- laravel/framework: ^6.0
This package is auto-updated.
Last update: 2025-12-16 09:06:36 UTC
README
Modifed from Adam Wathan's badass preset
What it includes:
- Tailwind CSS
- postcss-nesting for nested CSS support
- Purgecss, via spatie/laravel-mix-purgecss
- Vue.js
- Removes Bootstrap
- Adds compiled assets to
.gitignore - Adds a simple Tailwind-tuned default layout template
- Replaces the
welcome.blade.phptemplate with one that extends the main layout
Installation
Run this command to add the preset to your project:
composer require threecrowco/laravel-preset --dev
Finally, apply the scaffolding by running:
php artisan preset threecrowco