Install Tailwind CSS - Laravel 11 tutorial for beginners.
@medbassar60919 ай бұрын
Please continue in this tutorial about tailwind ❤
@syed_irtaza_hasnain9 ай бұрын
Hi , Tony We want videos on Laravel + React
@salvoscandura77287 ай бұрын
My nav Is a opposte color BG Why?
@galihsadewo44817 ай бұрын
saya tidak bisa instal tailwind nya di laravel setelah saya tekan enter di terminal muncul tulisan : npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + npm install -D tailwindcss postcss autoprefixer + ~~~ + CategoryInfo : ObjectNotFound: (npm:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
@stevepurcell998 ай бұрын
Has anyone had problems with not compiling correctly. I see the html without the tailwind styling. Running compiles everything fine. I double checked the Tailwindcss installation with the video.
@tonyxhepaofficial8 ай бұрын
have you add @vite('resources/css/app.css') on html file
@shreejamanandhar32282 ай бұрын
yes this is the same problem that I am facing. also added @vite('resources/css/app.css'). Fixed: in terminal run npm run dev and then the project will support tailwind