Modular Laravel, Ep 01 - Introduction

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ย. 2024
  • Let's begin by discussing what we're going to build, as well as the particular challenges we want to tackle along the way.
    Watch The Full Series now on Laracasts: laracasts.com/...
    Watch thousands of videos, track your progress, and participate in a massive Laravel community at Laracasts.com.
    Laracasts: laracasts.com
    Laracasts Twitter: / laracasts
    Jeffrey Way Twitter: / jeffrey_way

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

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

    Brazuca? Excelente!

  • @cesarmendonca2807
    @cesarmendonca2807 8 หลายเดือนก่อน +9

    Vc poderia ser o precursor do Laracasts em PT

  • @theJohnCode
    @theJohnCode 8 หลายเดือนก่อน +5

    Welcome to Laracast

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

    Obrigado pelo conteúdo.

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

    how mush wee will nead to wait intel you post the Ep2

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

      Just go to laracasts and watch it there if youre impatient lol

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

    Is this leading to a Microservices? If so, I am excited 😊

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

    Ótimo!

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

    That's pro stuff! I can't wait for the rest of the course! Thanks!

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

    Thanks. Very interesting 🎉

  • @firdavs.ibodullayev
    @firdavs.ibodullayev 8 หลายเดือนก่อน

    Qiziqarli mavzu

  • @CarlosMartins-yp8yf
    @CarlosMartins-yp8yf 8 หลายเดือนก่อน

    é Portugues?

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

    Br?

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

    I don't understand why to use laravel now that we have nextjs

    • @Stoney_Eagle
      @Stoney_Eagle 8 หลายเดือนก่อน +2

      Php
      Way more features in it's toolbox, like manipulators for dates, times, strings, arrays you name it.
      Extensibility is a breeze and frictionless.
      Auth logging, database, migrations, seeders, events, queues, cron, cli commands are rock solid from first launch and effortless to intergrade.
      Doesn't matter if you want to use plain HTML, plain PHP, use the default blade templating language, Vue, React, Splade, Livewire, htmx, or markdown, it's all ready for you with just a few commands in the terminal and requires no effort to get up and running. I can go on and on why laravel is amazing...
      Laravel is just a joy to work with.
      Oh and did I say php? the grandfather of dynamic rendering of html so it runs on EVERY webhost on the globe, and not just on nextjs server infrastructure.
      Just give it a try with a good project and you'll see why 😉

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

      Why to not use nexts js:
      1) thousands of problems with library versions, you will have to find out manually which a-library version is complacated with b-library version, which on php we simply do "composer update"
      2) 50% of the time when you get bug, it doesnt tell you where the exactly bug is, which php shows you in which file, which line and which stactrace
      3) Every time you create vehicle again because there are not many libraries