30 Days to Learn Laravel, Ep 04 - Make a Pretty Layout Using Tailwind CSS

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

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

  • @laracastsofficial
    @laracastsofficial  9 หลายเดือนก่อน +4

    Watch Full Series as well as more courses on laracasts.com/

  • @anandgupta185
    @anandgupta185 9 หลายเดือนก่อน +16

    That typing act at the end 😂😂..Btw awesome series ❤

    • @irshadali3083
      @irshadali3083 หลายเดือนก่อน +1

      I noticed the same thing😃

    • @لوسيفرجبريل
      @لوسيفرجبريل หลายเดือนก่อน

      yup. noticed it the previous episode. he is a fun dude.

  • @XenomorphOrthodontist
    @XenomorphOrthodontist 9 หลายเดือนก่อน +1

    Outstanding series!

  • @aminhalk4783
    @aminhalk4783 วันที่ผ่านมา

    thx for your teaching ♥
    im from iran 🇮🇷

  • @ParisBenjaminsound
    @ParisBenjaminsound 4 หลายเดือนก่อน

    Jeffrey is such a funny guy and he makes learning laravel fun.

  • @sopheapsok4634
    @sopheapsok4634 5 หลายเดือนก่อน +1

    I really love the style of your teaching!

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

    Thanks for a new informative series! Awesome job as always

  • @sale7680
    @sale7680 5 หลายเดือนก่อน +1

    Awesome teacher 🩵🙏

  • @whisperscribe
    @whisperscribe 8 หลายเดือนก่อน +1

    Laravel is really pleasing!

  • @aminhalk4783
    @aminhalk4783 วันที่ผ่านมา

    Jeffrey you are a funny teacher
    pls continue recording youtube videos and courses
    thx

  • @Binary727
    @Binary727 2 หลายเดือนก่อน

    Great tutorial..

  • @GJCloud
    @GJCloud 4 หลายเดือนก่อน

    why use component for layout and not @yeld?

  • @muhammettahasari1701
    @muhammettahasari1701 6 หลายเดือนก่อน

    How did the reference codes at 6:16 come automatically?

    • @DamianS78
      @DamianS78 6 หลายเดือนก่อน +1

      That is a "live template" from phpstorm. He just defined it before and uses it to save time, useful snippets!

    • @muhammettahasari1701
      @muhammettahasari1701 6 หลายเดือนก่อน

      @@DamianS78 ı know but how?

  • @abdbhfs
    @abdbhfs 8 หลายเดือนก่อน +3

    Done.
    Used Bootstrap 5 instead of Tailwind,
    Thank you.

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

    Can I acces "14 more videos"?

  • @usmanmubarak1147
    @usmanmubarak1147 6 หลายเดือนก่อน +1

    Slot function is not working

  • @coder236
    @coder236 9 หลายเดือนก่อน +3

    😂 Typing like the BBC news lady

  • @Razor2k3
    @Razor2k3 9 หลายเดือนก่อน +1

    hi. i still do not understand why tailwind and not bootstrap.

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

      Tailwindcss is great for making crazy complicated layouts with very little boiler plate code. Bootstrap is very cumbersome and a lot of code to get very little done. Think of it as them both being a salad. Say today you prefer this salad because it is quick and easy to make, but other days you want your favourite salad that takes a lot of effort and time to make. Whose to say the salad that is your favourite is my favourite? That's the reason.

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

      I also failed to mention that bootstrap has constant vulnerabilities, where-as taliwindcss itself has none because it is just an abstraction of css. With Bootstrap you need a tonne of js of theirs that takes them very long to fix. I have yet to have the same experience with tailwindcss and it's headlessui js counterpart.

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

      my point is ... everything is designed towards tailwind. there are no packages or conversion from breeze/jetstream/fortify which are running tailwind to bootstrap. I think i speak in the name of many programmers who would prefer bootstrap over tailwind. even though the percentages might be 55 tailwind 45 bootstrap (not sure if these percentages are correct) - but i do think that 45% should be relevant enough to consider a fork in the development of the auth scaffolding.

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

    i want moar!

  • @longrolstral
    @longrolstral 9 หลายเดือนก่อน +1

    The videos are wonderful, but I'm not keen on the full side-on shots. It feels like you are detached from the audience.

  • @mydnightmynt
    @mydnightmynt 7 หลายเดือนก่อน

    ugh tailwind, gonna ignore that

  • @BlessedNdoro
    @BlessedNdoro 27 วันที่ผ่านมา

    I did it this way:
    component:
    {{ $slot }}
    and then I use the component like this:


    /about

    About Us
    My component looks much more complex though than using attributes
    Just curious what thoughts are on doing it this way, the pros and cons apart from the more lines of code involved and i looking more complex than it needs to be?
    EDIT: Okay i watched the rest of the video :)