Тёмный

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

Code With Dary
Подписаться 62 тыс.
Просмотров 12 тыс.
50% 1

Опубликовано:

 

25 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@Quota-4
@Quota-4 2 года назад
This tutorial is even more straight forward than the one on Laracast 👍
@codewithdary
@codewithdary 2 года назад
Thank you so much Tacanda
@syaoranpt
@syaoranpt 6 месяцев назад
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 6 месяцев назад
The video title and description does not say anything about that 😅. Anyways thank you for watching and your kind words :)
@kipkoechhillary3371
@kipkoechhillary3371 Год назад
the best tutoral dary!!
@codewithdary
@codewithdary Год назад
Thank you Kipkoech!
@fernandezjasper
@fernandezjasper 10 месяцев назад
Great Video!, now how about 3 foreign keys to the pivot table?
@codewithdary
@codewithdary 10 месяцев назад
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 года назад
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 года назад
Hi Vadim. Thank you so much :) I'm using an extension named Database Client, you can find it right here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-4dId4tpEYII.html
@VadimBesedin
@VadimBesedin 2 года назад
@@codewithdary Thank you! Keep it up with your great videos! You helping a lot of people.
@lunaer-6555
@lunaer-6555 Год назад
really helpful, thank you :D
@codewithdary
@codewithdary Год назад
Glad it helped!
@dereksolutionsrobins7117
@dereksolutionsrobins7117 10 месяцев назад
good! october cms documentation is crap, this worked like a charm
@codewithdary
@codewithdary 10 месяцев назад
Awesome :)
@randomvariable8680
@randomvariable8680 Год назад
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: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-KAUxgUvC514.html&t
@sedatozcelik3789
@sedatozcelik3789 2 года назад
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: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-KAUxgUvC514.html
@siyahkedilucifer
@siyahkedilucifer 2 года назад
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 2 года назад
@@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 2 года назад
Please Can I Ask you about your VSCode Extensions and theme you use?
@codewithdary
@codewithdary 2 года назад
You can find everything right here: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-KAUxgUvC514.html&t
@lowelltebrero931
@lowelltebrero931 Год назад
how about the attach, sync dettach ?
@jack-sx9bw
@jack-sx9bw Год назад
which extension of database u are using thx
@codewithdary
@codewithdary Год назад
Its called Database Clients :)
@Quota-4
@Quota-4 2 года назад
We need a tutorial where we can upload video files instead of picture files.
@codewithdary
@codewithdary 2 года назад
spatie.be/courses/discovering-laravel-media-library
Далее
Become a PRO at Using Components in Laravel
32:51
Просмотров 38 тыс.
Laravel Pivot Tables: Simple to Advanced Many-to-Many
12:24
Laravel Eloquent: Deeper Relationships with One Query
10:37