Eloquent: Filter Pivot by Array of Records

  Рет қаралды 6,796

Laravel Daily

Laravel Daily

Күн бұрын

Пікірлер: 40
@edventuretech
@edventuretech 3 жыл бұрын
I am a PHP instructor from Laos. I always suggest your channel to my students who are interested in Laravel. Love all contents from you.
@HassanHafeez007
@HassanHafeez007 4 жыл бұрын
You are such a great mentor/human being. Always help us, developers. Gratitude and respect (Y)
@user-gr6rf9uw2v
@user-gr6rf9uw2v 3 жыл бұрын
I started work with laravel an year ago and worked as a freelancer for half year I thought my self agreat laravel developer 😂 2 weeks ago I faced a problem in on of my freelance project , so I searched on it , even in laravel docs I didn't find a solution then you appeared to me and all of my problems solved sooo very great thanks for you I realy want to support you ; you desirve it coz you showed me that I'm still a begginer and need to work hard more
@kievthedeaf6756
@kievthedeaf6756 4 жыл бұрын
This real-life-scenario-coding-sessions are just gold!
@harshnarigra4417
@harshnarigra4417 4 жыл бұрын
Thanks a Lot for this video,It just didn't gave me solution for the current project but provided with me new thinking for all of my incoming project. it gave me a better understanding for Eloquent, which will results in new Ideas for the Projects,Thank you again.
@PovilasKorop
@PovilasKorop 4 жыл бұрын
Glad to help!
@nabeelyousafpasha
@nabeelyousafpasha 4 жыл бұрын
Your intentions to help others is what makes me your follower, subscriber. Respect from Pakistan 🇵🇰
@tannercampbell
@tannercampbell 4 жыл бұрын
I really like your “traditional” style short videos going topic and in high level explaining it. However this style was really great too! Sometimes people under appreciate the magic and completely from what they assume is just an ordinary question to a developer with longer experience.
@PovilasKorop
@PovilasKorop 4 жыл бұрын
Thanks Tanner! I keep experimenting with my video "styles" based on the questions I receive.
@saledokic
@saledokic 4 жыл бұрын
Watching this video reminded me of the problems that I had a few years ago. I highly recommend that questions like this should have a GitHub repo linked to the project or sample code pasted to Pastebin and linked together with the question. This way you will be able to answer faster (if you want to answer that specific question) and also it will be a lot easier to reproduce the same problem or meet with that situation. Enjoying your videos btw, keep it up! Cheers
@PovilasKorop
@PovilasKorop 4 жыл бұрын
I've tried to document and classify such questions and demos in the past, didn't pay off. Situations are different, Laravel versions change, so when I encounter a similar situation to the one I previously had, it takes as much time to find the exact old repo and adapt it to new question, as it takes to quickly create a new Laravel project.
@saledokic
@saledokic 4 жыл бұрын
@@PovilasKorop I think that you get me wrong here. I'm saying that person who is asking for help or asking a question like this then that person should give a link to HIS GitHub repo or Pastebin of code. In that case, you don't waste your time recreating the whole problem and rewriting his migrations/controllers/models.
@PovilasKorop
@PovilasKorop 4 жыл бұрын
@@saledokic Oh right, I totally misunderstood. The thing that you're offering - this will never happen, people are just too "lazy" on KZbin to ask questions properly. Unfortunately.
@saledokic
@saledokic 4 жыл бұрын
@@PovilasKorop I know... And I agree. Keep your great work up ! You are such a great mentor. Tip for you: Add donate button on your youtube channel in More Info section :)
@PovilasKorop
@PovilasKorop 4 жыл бұрын
@@saledokic thanks for the advice, I don't believe in donations, I believe in selling my useful products and courses :)
@fadllabanie8987
@fadllabanie8987 4 жыл бұрын
In fact, I am a big fan of the way of coding and thinking
@sonyboy5290
@sonyboy5290 11 ай бұрын
thank you sir, ur channel is very helpful.
@pragneshpatel8865
@pragneshpatel8865 3 жыл бұрын
Thank you sir for sharing your amazing knowledge with us.
@imamhsn195
@imamhsn195 3 жыл бұрын
Awesome work! Clear Explanations , Thank you Laravel Business
@valcmeza
@valcmeza 4 жыл бұрын
Awesome video! This is really helpful.
@pardeepdhiman2199
@pardeepdhiman2199 3 жыл бұрын
We can simply use whereIn method we dont need foreach loop folk.
@aminedaimallah310
@aminedaimallah310 4 жыл бұрын
thanks
@richardbreden2932
@richardbreden2932 4 жыл бұрын
Thanks!
@glamax1393
@glamax1393 3 жыл бұрын
Great video can't wait to watch the others! Sidenote: i am not a native english speaker so could someone help me with the meaning of topping? I tried to Google it but it didn't pay of...
@PovilasKorop
@PovilasKorop 3 жыл бұрын
Topping is anything that comes on the top of the meal :)
@glamax1393
@glamax1393 3 жыл бұрын
@@PovilasKorop ok tyvm! I don't know why but i was under the impression that it was some kind of wishlist when it was a concrete example got it 😊
@lobojeanz
@lobojeanz 3 жыл бұрын
Hello, I want to filter data from the database. I have 5 options of cities with checkbox for each in the view How do I sort data based on the city and show on the view.
@ABHISHEKKUMAR-ne3rk
@ABHISHEKKUMAR-ne3rk 3 жыл бұрын
I have two table user with relationship attandance table ,when user make attandance their data insert into attandance table with user-id but user login and want to show his attandance sheet ,it display all data which is insert in attandance table ,but I want only single record which user is login,..any suggestion pls
@alchemynorm
@alchemynorm 3 жыл бұрын
why do u create a service for this problem? or u can create anything for it?
@doanvanQuoc
@doanvanQuoc 3 жыл бұрын
how to casts pivot value ? Help me, please !
@2468coetzee
@2468coetzee 4 жыл бұрын
Thanks for the great videos! What would be the best way to create new toppings? If you use select2.js where you can select multiple toppings from the list or you can free type other toppings. What would you make the ids of the new toppings? Your help would be appreciated!
@PovilasKorop
@PovilasKorop 4 жыл бұрын
Good question. I think it deserves a separate video on how to handle all of this, will schedule it for next week.
@2468coetzee
@2468coetzee 4 жыл бұрын
Povilas Korop looking forward to it! Thank you for the help!
@raghunathbhattacharjee
@raghunathbhattacharjee 4 жыл бұрын
Sir can you pls make a video on how can i create custom cache wrapper in laravel. 😊
@PovilasKorop
@PovilasKorop 4 жыл бұрын
Sorry this is a too narrow topic, I'm trying to pick the topics useful for a broader audience.
@peterk1529
@peterk1529 4 жыл бұрын
What do you think about Tailwind CSS?
@PovilasKorop
@PovilasKorop 4 жыл бұрын
I think it's a good tool, especially will get popular with Laravel 8 because it abandoned Bootstrap Laravel/UI Auth in favor of Jetstream based on Tailwind.
Eloquent: 3 Ways to Sum Pivot Column in Many-to-Many Relationship
6:49
Eloquent $with Property: Useful but Dangerous
5:08
Laravel Daily
Рет қаралды 9 М.
Pool Bed Prank By My Grandpa 😂 #funny
00:47
SKITS
Рет қаралды 19 МЛН
Вы чего бл….🤣🤣🙏🏽🙏🏽🙏🏽
00:18
Fortunately, Ultraman protects me  #shorts #ultraman #ultramantiga #liveaction
00:10
UNO!
00:18
БРУНО
Рет қаралды 4,9 МЛН
The mind behind Linux | Linus Torvalds | TED
21:31
TED
Рет қаралды 6 МЛН
Organizing data with Laravel Collections
32:51
Andrew Schmelyun
Рет қаралды 27 М.
Laravel Eloquent: Deeper Relationships with One Query
10:37
Laravel Daily
Рет қаралды 139 М.
Laravel Pivot Tables: Simple to Advanced Many-to-Many
12:24
Laravel Daily
Рет қаралды 119 М.
I tried 8 different Postgres ORMs
9:46
Beyond Fireship
Рет қаралды 404 М.
Code Review: Optimize Seeds and Eloquent Queries
9:37
Laravel Daily
Рет қаралды 12 М.
The Logging Everyone Should Be Using in .NET
15:34
Nick Chapsas
Рет қаралды 59 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 145 М.
Exceptions in Laravel: Why/How to Use and Create Your Own
12:18
Laravel Daily
Рет қаралды 87 М.
Он исполнил свою детскую мечту...
0:20
MovieLuvsky
Рет қаралды 4,7 МЛН
@Nurdaulet_Adilet поздравляем😍
0:15
КОПЖАСАРОВЫ БЛОГГЕР
Рет қаралды 193 М.
THANK U FOR 10M! I LOVE YOU ALL 😭❤️
0:11
Andrey Grechka
Рет қаралды 4,9 МЛН
بتبيع سندويتشات بطريقة خبيثه
0:34
Tarik Leno طارق ولينو
Рет қаралды 5 МЛН