Soon to by membership this month. Your way of explaining wastes no time and you to the point and so knowledgeable, been watching for year but I need to get into your full courses. Thanks for this, a super help. From cape town, south africa.
Thank you for this video. In real life we need in one query some fields from first level, some from second level, third, etc. But it is another story =)
This is great thank you.. Could you do a video explaining the different type of relationships and how the database structures should be set up in terms of where foreign keys are, etc?
I have an article: blog.quickadminpanel.com/eloquent-relationships-the-ultimate-guide/ Also, it's best to read the docs: laravel.com/docs/8.x/eloquent-relationships
Something done with few lines I have to do with complex sql queries with joins, to do the same on old projects running over laravel 5.2 in my main work. Thank for this video.
All the time i see that orm magic like this I'm asking myself does it worth it or maybe some escaped sql would be way easier to read and write. Because sql knowledge could be transferred between projects while knowledge of specific orm might be problematic.
great video thanks. :) but i think in some situation like this performance will drop after 2 joins and more. I mostly using DB facade for retrieving data from database.
@ 8:00 you are showing off the functionality of `hasManyDeep` to associate employees with their countries. Could this also be achieved with an additional `hasManyThrough` definition? Where it is defined as `hasManyThrough(Employee::class, Shop::class)` ? Or do those methods not chain well / is this strictly better for performance?
exactly, it slowed it down but it did simplify the work, so if you're application doesn't require or need the small performance difference, it's a good choice though.
Thank you for the great video, I've a question for this scenario. is it a good practice to use keys in deep relations ? for example in employees table we add country_id to avoid complex queries when working on reporting. I've been looking for this answer for quite a long time
thank you so much Sir, i just have a question, you know when we use the 'with' function with a model? it generates two queries, one for the model and one for the relation, can i instruct Laravel to do left join to fetch the data with one query? i don't want to use the query builder too. thanks again for all of your work.
how to get all data of that relationships not through some. ex all countries, and all cities and all shop in 1 query, i wanna make tree.. pls advice sir
Bro, if possible all your future video please make very big fonts and alsp zoom abit because when we use phone its hard to see. It cause not complete watch
How to do belongstothrough on same model Like Posts belongs to User & User Belongs To Manager ( Same User model). How Do i Get Manager From Post Without $post->user->manager ?
Sir, @LaravelDaily If i want to add another table: shop_branches fields: 1) id 2)shop_id 3) shop_branch_name then how i define relationship to access: shop_branch_name
@Laravel Daily Sveikas Povilai, niekaip negaliu issaikinti turiu panasia problema: character->quests->objectives->tasks turiu padaryti toki dalyka paspaudus mygtuka "track quest" uzsitrakina questas kaip betkokiam zaidime sone atsiranda lentele kad zaidejas matytu questa kuri trackina. man reiketu duomenu is visus modeliu quest, objectives, tasks kurios pajungsiu ant laravel websockets kad kai zaidejas progresuoja per savo questa jie butu automatiskai updatinami. klausimas butu toks: ar tai butu imanoma padaryti su hasMany ar hasManyThrough ar belongsToMany niekaip negaliu isspresti sitos bedos reikia uzloadinti questus su objectives ir tasks
Žinok trumpame komentare negaliu atsakyti, reikia žaistis ir eksperimentuoti, deja nebeturiu laiko tokiam individualiam konsultavimui. Bandyk rašyti į Laracasts forumą.
Thanks or putting this together. If you had a page that needs to display say for every employee, the country, city and shop, what might the query look like?
Thanks for your videos! Could you please do one about constructing relationships between tables that are in different databases and connection names to those tables cannot be hard coded. E.g.: User table is in DB1, Post table is in DB2 and Comment table is in DB3. Can we construct a relationship here? Thanks!
I have been trying to learn the relationship for many years but still after watching this video doesn't make any sense. Any idea what is going with me :(
This will soon be the one of the most viewed video in this channel 😂 good work
Correct 😂
Yes I think ❤
Yup
Yes, it's me in 8 month, revisiting this video 😂
Soon to by membership this month. Your way of explaining wastes no time and you to the point and so knowledgeable, been watching for year but I need to get into your full courses. Thanks for this, a super help. From cape town, south africa.
I cannot thank you enough! Your channel is AMAZING! Thank you for doing what you do!
This packages should be in the framework. They're really good.
Anyone can add anything to the framework, it's open-source, so you can try.
Ι was about to say the same.
This is EXACTLY what I needed to see. Thank you so much!
Superb Laravel specialized developer of all the time. I like you Sir
Большое спасибо) смотрю каждый день. Всегда очень полезно
Реал, не сложно говорит. Прекрасно понятно
Иногда такие вещи показывает что удивляешся
that is what i was searchingfor an hour, thanks alot sir !!!
You just earned a new subscriber. Kudos to you. You just showed me exactly what I needed to see
you are the best ,thanks you for improving my laravel knowledge, i was do stupid things before i see this video 😅
finally the addon is mature enough to use! nice tutorial.
Dude! you are awesome, so so accurate!
You are a good teacher! I love your channel!
Great work!
Many thanks You are best in yours job ... I cannot thank you enough! Thank you teacher for your trainings!
Life saving tip. Life saving package. Congrats to both.
You are the best, Povilas!
by this video you can understand the principle of has_many and belongs_to in other languages and frameworks also
First time seeing video on youtube without dislike button being tick.
Excellent explanation 🎉
Thanks for your laravel daily tips.
Problem solving, thanks sir!
Thank you for this video. In real life we need in one query some fields from first level, some from second level, third, etc. But it is another story =)
Your videos are always wonderful.
I literally needed to know this, thank you so much 💓 keep up the great work 💪
Очень крутое видео, спасибо за улучшение наших знаний в Laravel:)
ну я хз понял ли он)
This is what I need!!! Thankyou so muchh for this
🎉 save the day, thanks a lot
This is great thank you.. Could you do a video explaining the different type of relationships and how the database structures should be set up in terms of where foreign keys are, etc?
I have an article: blog.quickadminpanel.com/eloquent-relationships-the-ultimate-guide/
Also, it's best to read the docs: laravel.com/docs/8.x/eloquent-relationships
Really helpful video. Thank you
Something done with few lines I have to do with complex sql queries with joins, to do the same on old projects running over laravel 5.2 in my main work. Thank for this video.
Wow! that`s really really awesome!
Really good job. Thanks 🙏
Thank you so much. It's help me a lot.💝💝
Your tutorials help a lot... Thanks
You are awesome 😍
Amazing content. It helps me a lot. Thanks
This is awesome bro......It will help me a lot :)
you always provide good content
Awesome! Thanks
Thx for the great content
awesome, thanks you, please more and more advanced eloquent
I have a full course about advanced eloquent: laraveldaily.teachable.com/p/laravel-eloquent-expert-level
This is really great. Love it
good work!!!
All the time i see that orm magic like this I'm asking myself does it worth it or maybe some escaped sql would be way easier to read and write. Because sql knowledge could be transferred between projects while knowledge of specific orm might be problematic.
OMG, this is amazing thank you so much!
Thanks for this how can i learn more about eager loading
great video thanks. :)
but i think in some situation like this performance will drop after 2 joins and more.
I mostly using DB facade for retrieving data from database.
Yes, for complex queries raw queries are still the best.
Awesome!
This is cool!!!
Muchas gracias 🤯
You are a god to me, thank you so so much
Great video💙
Thank sir , one of the best video
composer require staudenmeir/belongs-to-through:"^2.5"
not installing on laravel 8
very very very helpful package thanks !
6:03 the query count went down but the time & memory usage went up, less performant 🤔maybe it is not using an index
thank you very much for tutorial sir!!
this help me a lot, thanks
Thank you.. this help me a lot..
very well. thank you.
Can you please do a Short video on how to create nested comment and also a Short video on how to retweet a post ( Just like Twitter)
Retweet feature will be nice
@@ikarahubs965 nested comment please
Best video. 👌
really helped me with retrieving data, but what about insert data? is it possible to do so?
Could you make one video of belongstomany with three level deep query with where condition (with the last one)?
@ 8:00 you are showing off the functionality of `hasManyDeep` to associate employees with their countries. Could this also be achieved with an additional `hasManyThrough` definition? Where it is defined as `hasManyThrough(Employee::class, Shop::class)` ? Or do those methods not chain well / is this strictly better for performance?
Good job!
Pretty helpful!
The BelongsToThrough query actually became less efficient, no? It reduced the queries and models used but memory and time to execute increased.
exactly, it slowed it down but it did simplify the work, so if you're application doesn't require or need the small performance difference, it's a good choice though.
This is all nice but the same thing can be achieved with php arrays if you know how.
how can we select only some attributes of the second table?
Helpful 🙌🖤
Thank you for the great video, I've a question for this scenario. is it a good practice to use keys in deep relations ? for example in employees table we add country_id to avoid complex queries when working on reporting. I've been looking for this answer for quite a long time
Up
Feel you bro, done the same: usign foreign keys to those deep deep relationships
Hi, I watched your video about function's return type, is there any documentation about the full list of return types? Thank you!
Any PHP variable type or PHP/Laravel class could be a return type. There's no list.
Very informative video, thanks.
how to query with scope to show id 1 from shop ?
thank you so much Sir, i just have a question, you know when we use the 'with' function with a model? it generates two queries, one for the model and one for the relation, can i instruct Laravel to do left join to fetch the data with one query? i don't want to use the query builder too.
thanks again for all of your work.
No, it's either query builder with join and one query, or eloquent model with eager loading and two queries.
@@LaravelDaily okay, thanks a lot
how to get all data of that relationships not through some. ex all countries, and all cities and all shop in 1 query, i wanna make tree.. pls advice sir
royal like from me!
what ide setup you use ? It looks so good and to the point
Phpstorm default
awesome!!
Bro, if possible all your future video please make very big fonts and alsp zoom abit because when we use phone its hard to see. It cause not complete watch
how to get limited relationship data with using laravel and mongo db please give me solution thank you
very helpfull
thanks
Lovely!
You do not show how to set search filter with "with" relation and its deep level with multiple column. Can you do that?
Brilliant!
Thank you!
Thanks 🙏
How to do belongstothrough on same model Like Posts belongs to User & User Belongs To Manager ( Same User model). How Do i Get Manager From Post Without $post->user->manager ?
What if we want to update data? I have a Sales Order, with Items, and each item has a list of Operation IDs to produce the item
Sir, @LaravelDaily If i want to add another table: shop_branches fields: 1) id 2)shop_id 3) shop_branch_name
then how i define relationship to access: shop_branch_name
thanks a lot
Very helpful video.
Why laravel framework does not have these kind of relationships yet?
You're free to submit pull requests to the framework and add it.
What about A -> many to many -> B belongs to -> X, is possible using this package to access X from model A ?
@Laravel Daily
Sveikas Povilai,
niekaip negaliu issaikinti turiu panasia problema:
character->quests->objectives->tasks
turiu padaryti toki dalyka paspaudus mygtuka "track quest" uzsitrakina questas kaip betkokiam zaidime sone atsiranda lentele kad zaidejas matytu questa kuri trackina.
man reiketu duomenu is visus modeliu quest, objectives, tasks kurios pajungsiu ant laravel websockets kad kai zaidejas progresuoja per savo questa jie butu automatiskai updatinami.
klausimas butu toks: ar tai butu imanoma padaryti su hasMany ar hasManyThrough ar belongsToMany niekaip negaliu isspresti sitos bedos reikia uzloadinti questus su objectives ir tasks
Žinok trumpame komentare negaliu atsakyti, reikia žaistis ir eksperimentuoti, deja nebeturiu laiko tokiam individualiam konsultavimui. Bandyk rašyti į Laracasts forumą.
Thanks 👏
The best....Thanks
Thanks or putting this together. If you had a page that needs to display say for every employee, the country, city and shop, what might the query look like?
Thanks for your videos! Could you please do one about constructing relationships between tables that are in different databases and connection names to those tables cannot be hard coded. E.g.: User table is in DB1, Post table is in DB2 and Comment table is in DB3. Can we construct a relationship here? Thanks!
It will work the same, the only thing you will have to do is overwrite the connection variable inside of the model.
Thank you
I have been trying to learn the relationship for many years but still after watching this video doesn't make any sense. Any idea what is going with me :(