10 Install Tailwind CSS - Laravel 11 tutorial for beginners.

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025
  • In the world of Laravel, controllers are the decision-makers! This video dives into what Laravel controllers are and why they're essential for building dynamic web applications.
    We'll break down:
    The role of controllers in Laravel's MVC architecture
    How controllers handle incoming requests and interact with models and views
    Creating controllers with Laravel's Artisan command
    Using resource controllers for CRUD operations (Create, Read, Update, Delete)
    Best practices for organizing and writing clean controller code
    By the end of this video, you'll be well on your way to mastering Laravel controllers and building robust web applications!
    Follow me: pinkary.com/@t...
    *#laravel #php #webdev #programming*

Комментарии • 8

  • @tonyxhepaofficial
    @tonyxhepaofficial  10 месяцев назад +3

    Install Tailwind CSS - Laravel 11 tutorial for beginners.

  • @medbassar6091
    @medbassar6091 10 месяцев назад

    Please continue in this tutorial about tailwind ❤

  • @syed_irtaza_hasnain
    @syed_irtaza_hasnain 10 месяцев назад

    Hi , Tony We want videos on Laravel + React

  • @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

  • @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 4 месяца назад

      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

  • @salvoscandura7728
    @salvoscandura7728 8 месяцев назад

    My nav Is a opposte color BG Why?