Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Emil_Aa's avatar

Tailwind forms plugin

Hi im following the Laravel from scratch series, and im trying to create a "create blogpost form". I read online that I needed the Tailwind/forms plugin to style my input fields and selectors. I added it by running

"npm install @tailwindcss/forms" and then referencing it in the tailwind.config.js file like so:

"plugins: [ require('@tailwindcss/forms'), ],"

Then I added the https://tailwindcss-forms.vercel.app source code to my post.create view to test the plugin, but my site still looks completely unstyled, an nothing like the example? am I missing a step?

I tried running both "npm run watch" and "php artisan serve"

Best regards Emil

0 likes
2 replies
lemmon's avatar

@emil_aa

Hi im following the Laravel from scratch series

Which Laravel From Scratch Series? there are a few.

SilenceBringer's avatar

@emil_aa if your site looks completely unstyled, possible you forgot to include compiled assets? Or use wrong link?

Please or to participate in this conversation.