Laravel 11 with Livewire 3 & Bootstrap: Beginner Tutorial (Part 1)

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 6

  • @muhannedmtd22
    @muhannedmtd22 Місяць тому

    Thank you

  • @pythonantole9892
    @pythonantole9892 7 місяців тому

    Wow, what a coincidence! I have been playing around with Livewire and got blown away by how much you can do with very little, especially for those with very little JS experience. I'm so excited that you have this series, i look forward to learning more.

    • @NeilWiddowson
      @NeilWiddowson  7 місяців тому

      Glad to hear. Laravel really is quite magical with how much it can do out of the box!

  • @rarepartshunter
    @rarepartshunter 7 місяців тому

    Great explanation! The only one on internet! thank you!!!

  • @J0nny5
    @J0nny5 7 місяців тому

    Great intro, there appears to be two major methods for CRUD, using a route navigated or possibly in other ways I have yet to learn SPA-style multi Livewire Component, and the second being using Modals, and it seems that Modals are a Livewire+Jetstream detail, but, it seems with the newest Jetstream the 'old' modal way doesn't seem to work?
    Got to admit, I am curious if Modals are from Bootstrap, Livewire, or Jetstream, and in short, is Jetstream just the 'Former Layers' + "Extras"? A Framework Layer sandwich if you will - and it seems generally you operate at the top layer? It has been years since I have played with Laravel - and I am no guru, just pretty familiar with PHP and Python and Databases anymore. Trying to make an old project shiny, it was originally in PHP+MariaDB, all hard coded (even the login). So Jetstream's login detail and initial App Layout are rather welcome, just want to build out a modern CRUD (and followed most of and older UA-cam - ua-cam.com/video/rm_RjgK4X7c/v-deo.html) but have realized that Livewire or one of the other Frameworks has grown beyond the video's guidance.
    Thank you for your journey into this, really excited to get follow along!