Laravel Many to Many Relationship | Eloquent Many to Many | Laravel 9 Tutorial for Beginners

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

КОМЕНТАРІ • 32

  • @Quota-4
    @Quota-4 2 роки тому +3

    This tutorial is even more straight forward than the one on Laracast 👍

  • @syaoranpt
    @syaoranpt 5 місяців тому +1

    The video explains it very well, but I was kinda hoping you would explain how to use many-to-many relation together with seeders, that's the more complicated stuff, at least for me. :)
    Great explanations as usual! Love your videos.

    • @codewithdary
      @codewithdary  5 місяців тому

      The video title and description does not say anything about that 😅. Anyways thank you for watching and your kind words :)

  • @fernandezjasper
    @fernandezjasper 9 місяців тому +1

    Great Video!, now how about 3 foreign keys to the pivot table?

    • @codewithdary
      @codewithdary  9 місяців тому

      In what scenario? A pivot table in Laravel can have multiple foreign keys depending on the relationship it represents. It is possible to have a pivot table with 3 foreign keys if the relationship requires it.

  • @VadimBesedin
    @VadimBesedin 2 роки тому +3

    Thank you for the clear explanation. Great style of teaching.
    How do you edit data in SQL tables inside of VS Code, is it some kind of extension?

    • @codewithdary
      @codewithdary  2 роки тому +4

      Hi Vadim. Thank you so much :)
      I'm using an extension named Database Client, you can find it right here: ua-cam.com/video/4dId4tpEYII/v-deo.html

    • @VadimBesedin
      @VadimBesedin 2 роки тому

      @@codewithdary Thank you! Keep it up with your great videos! You helping a lot of people.

  • @kipkoechhillary3371
    @kipkoechhillary3371 Рік тому +1

    the best tutoral dary!!

  • @dereksolutionsrobins7117
    @dereksolutionsrobins7117 9 місяців тому +1

    good! october cms documentation is crap, this worked like a charm

  • @lunaer-6555
    @lunaer-6555 Рік тому +1

    really helpful, thank you :D

  • @sedatozcelik3789
    @sedatozcelik3789 2 роки тому +1

    Hi there can you suggest vscode packet for better experience when you write code. Especially; the one about migration file belongsToMany complition at 7.34 is lovely.

    • @codewithdary
      @codewithdary  2 роки тому

      It's better to watch the third video from this video series where I setup Visual Studio Code: ua-cam.com/video/KAUxgUvC514/v-deo.html

  • @siyahkedilucifer
    @siyahkedilucifer 2 роки тому +1

    what is the advantages of pivot table in a such case post - caregories? I mean we could create a field like category_id in posts table and we could add a foreign key which references id in the categories table. That what i do usually in my projects.
    Could you explain why do we need pivot table for category and posts? What are the advantages and disadvantages your way and my way?

    • @codewithdary
      @codewithdary  2 роки тому

      If you add the category_id inside the posts table you can't have a many to many relationship. That means you have to duplicate an entire post just to change the category_id inside the posts table. I think you are confused with another relationship!

    • @siyahkedilucifer
      @siyahkedilucifer 2 роки тому

      @@codewithdary oh you are right. My scenario was about one post can belong to only one category. In your scenario, the user can assign multiple category to a post. Got it.

    • @stewarty114
      @stewarty114 Рік тому

      @@siyahkedilucifer but if you have post_id in your category table you can have a one to many relationship. This is simpler but the problem is you end up with repeating category names - bad for storage and performance when it comes to GB category tables

  • @ramym.moustafa2507
    @ramym.moustafa2507 Рік тому +1

    Please Can I Ask you about your VSCode Extensions and theme you use?

    • @codewithdary
      @codewithdary  Рік тому

      You can find everything right here: ua-cam.com/video/KAUxgUvC514/v-deo.html&t

  • @randomvariable8680
    @randomvariable8680 Рік тому +1

    man could you please tell which vs code theme this is? looks slick

    • @codewithdary
      @codewithdary  Рік тому

      I think it is Material Theme Palenight. Here's the video where I set it up: ua-cam.com/video/KAUxgUvC514/v-deo.html&t

  • @lowelltebrero931
    @lowelltebrero931 Рік тому

    how about the attach, sync dettach ?

  • @jack-sx9bw
    @jack-sx9bw Рік тому

    which extension of database u are using thx

  • @Quota-4
    @Quota-4 2 роки тому +1

    We need a tutorial where we can upload video files instead of picture files.

    • @codewithdary
      @codewithdary  2 роки тому

      spatie.be/courses/discovering-laravel-media-library