Tailwind CSS Frontend Preset for Laravel 6
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.php
template 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