10 Install Tailwind CSS - Laravel 11 tutorial for beginners.

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

ความคิดเห็น • 8

  • @tonyxhepaofficial
    @tonyxhepaofficial  10 หลายเดือนก่อน +3

    Install Tailwind CSS - Laravel 11 tutorial for beginners.

  • @medbassar6091
    @medbassar6091 10 หลายเดือนก่อน

    Please continue in this tutorial about tailwind ❤

  • @galihsadewo4481
    @galihsadewo4481 8 หลายเดือนก่อน

    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

  • @salvoscandura7728
    @salvoscandura7728 8 หลายเดือนก่อน

    My nav Is a opposte color BG Why?

  • @syed_irtaza_hasnain
    @syed_irtaza_hasnain 10 หลายเดือนก่อน

    Hi , Tony We want videos on Laravel + React

  • @stevepurcell99
    @stevepurcell99 9 หลายเดือนก่อน

    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.

    • @tonyxhepaofficial
      @tonyxhepaofficial  9 หลายเดือนก่อน

      have you add @vite('resources/css/app.css')
      on html file

    • @shreejamanandhar3228
      @shreejamanandhar3228 3 หลายเดือนก่อน

      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