Setting up Tailwind CSS in a Laravel Project

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

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

  • @peteremmanuelkitsamba4867
    @peteremmanuelkitsamba4867 ปีที่แล้ว +3

    wow, great content, easy to understand

  • @BikramjitSarker
    @BikramjitSarker 2 ปีที่แล้ว +2

    Good one. Quick and easy

  • @question-du-temps
    @question-du-temps 10 หลายเดือนก่อน +1

    Thanks ! I wanna know your vs code setup config. I love it.

  • @AdilKhan-vf2es
    @AdilKhan-vf2es ปีที่แล้ว +1

    Good stuff 👍

  • @emekatimothyiloba699
    @emekatimothyiloba699 2 ปีที่แล้ว +1

    Nice Explanation bro

  • @YoutuberNTD
    @YoutuberNTD ปีที่แล้ว

    Worked for me !!!! Thank you bro 😍🤩🥰

  • @tanoryjakaperdana1419
    @tanoryjakaperdana1419 5 หลายเดือนก่อน

    Its doesnt need to run the npm?

  • @omareliotorrescastillo4808
    @omareliotorrescastillo4808 ปีที่แล้ว

    Do i need always to run npm run watch in order to use Tailwindcss in Laravel?

  • @JuliusKibbassa
    @JuliusKibbassa ปีที่แล้ว

    So whenever I try installing tailwind css it gives me error EPERM. Is there a way to solve it ?

  • @jeffryjamespaner747
    @jeffryjamespaner747 ปีที่แล้ว

    help, npm run watch is not working for me

  • @Computertechzone
    @Computertechzone ปีที่แล้ว

    sir please create a video on how can we setup Tailwindcss with PHP or how can we integrate Tailwindcss with PHP

    • @simonswiss
      @simonswiss  ปีที่แล้ว +1

      The Tailwind setup is sort of independent from PHP - you'll need either a tool that supports PostCSS (Vite, Webpack, ...), or simply use the Tailwind CLI: tailwindcss.com/docs/installation

  • @musiclovers8488
    @musiclovers8488 2 ปีที่แล้ว

    awesome

  • @baap_hon
    @baap_hon ปีที่แล้ว

    not working bcz laravel breeze tailwind not working on welcome file, it works only on login/register/dashboards

  • @jomerverola300
    @jomerverola300 2 ปีที่แล้ว

    what if there's no webpack and only vite.js it does effect?

    • @simonswiss
      @simonswiss  2 ปีที่แล้ว +1

      Vite will take care of processing PostCSS for you. Here's the official guide on setting up Tailwind CSS with Laravel using Vite: tailwindcss.com/docs/guides/laravel

  • @rognales
    @rognales 2 ปีที่แล้ว

    How do you hot reload the browser?

    • @graham11545
      @graham11545 2 ปีที่แล้ว

      install Laravel Breeze... run artisan serve and npm intsall && npm run dev done

  • @一脸滑稽-k5v
    @一脸滑稽-k5v 2 ปีที่แล้ว

    Somehow webpack.mix.js file does not exist in my project. I'm new to PHP laravel

    • @simonswiss
      @simonswiss  2 ปีที่แล้ว

      I think Laravel has switched to using Vite instead of webpack (and therefore the webpack.mix.js file).
      You can check this guide to setup Laravel with Vite: tailwindcss.com/docs/guides/laravel

    • @一脸滑稽-k5v
      @一脸滑稽-k5v 2 ปีที่แล้ว

      @@simonswiss HI ! I fixed my problem yesterday! And thanks !
      :) I'm a new grad trying to get first job and damn it's hard

  • @Dana-pq7uf
    @Dana-pq7uf ปีที่แล้ว +1

    I dont have webpack.mix.js...
    Edit: Nvm I fixed it.

    • @simonswiss
      @simonswiss  ปีที่แล้ว

      Yeah, since this video Laravel has switched from webpack to Vite.js 👍