Skip to content

Instantly share code, notes, and snippets.

@ASertacAkkaya
ASertacAkkaya / Laravel_12_TailwindCSS_3.md
Last active October 3, 2025 07:07
Laravel 12 with TailwindCSS 3

1. Remove TailwindCSS Vite plugin:

npm remove @tailwindcss/vite

2. Update vite.config.js:

import { defineConfig } from 'vite';