#1 - One to One relationship | hasOne() & belongsTo() | Laravel Eloquent Relationships

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 115

  • @QiroLab
    @QiroLab  4 ปีที่แล้ว +11

    Don't get left behind! Try Spec Coder: Supercharge Your Coding with AI!
    👉 qirolab.com/spec-coder

  • @JohnSmith-xt8xu
    @JohnSmith-xt8xu 2 ปีที่แล้ว +10

    Being an Core php developer was used to joins but was afraid of Relationships, but your tutorials has clear my all concepts and reservations, indeed relationships are much more better than Joins...
    Thanks.....

  • @arafatkazi1728
    @arafatkazi1728 4 ปีที่แล้ว +5

    I had watched your VUE basic series. Now I am watching this series. As usual, you are explaining things easily. Thankyou.

    • @QiroLab
      @QiroLab  4 ปีที่แล้ว +1

      Glad to hear that

  • @rickie2086
    @rickie2086 2 ปีที่แล้ว +3

    just started on Laravel,
    your explanation is clear, and simple to understand with good examples.
    thanks for all the hard work!

    • @QiroLab
      @QiroLab  2 ปีที่แล้ว

      Thank you! Cheers!

  • @iammuttaqi
    @iammuttaqi 4 ปีที่แล้ว +5

    Oh my!!! It's another level.. 😍😍 Honestly i never seen anything like this

  • @rafablum
    @rafablum 4 ปีที่แล้ว +6

    Great content !!! I'm starting in php and Laravel and I'm really enjoying the classes !!!!

  • @lakmalsampath3753
    @lakmalsampath3753 2 ปีที่แล้ว +3

    Great tutorial , clean and clear thanks for this valuable video 👍

    • @QiroLab
      @QiroLab  ปีที่แล้ว

      Thank you

  • @realadnoh
    @realadnoh 2 ปีที่แล้ว +3

    Thank you Sir, very well explained. I like the style of different examples and alternative ways to understand how things work!

    • @QiroLab
      @QiroLab  2 ปีที่แล้ว

      Glad you liked it

  • @orbitsdev5904
    @orbitsdev5904 2 ปีที่แล้ว +3

    sir what extension did you used. for auto generate method 9:59

  • @Ajtex
    @Ajtex 4 ปีที่แล้ว +5

    wow, this tutorial help me to clear my concept of the Laravel relationship. Great bro....👌

    • @QiroLab
      @QiroLab  4 ปีที่แล้ว +1

      Glad to hear that

  • @haiqalhalim6722
    @haiqalhalim6722 2 ปีที่แล้ว +1

    Your explanation about behind the scene how eloquent relationship work, what happen when change method name, that part really help me to understand more about this topic. thank you sir..

    • @QiroLab
      @QiroLab  ปีที่แล้ว

      Thank you

  • @ashique12009
    @ashique12009 2 ปีที่แล้ว +1

    Impressive for the detail explanation, thank you!

  • @omermalik280
    @omermalik280 4 ปีที่แล้ว +2

    i have this error General error: 1364 Field 'name' doesn't have a default value (SQL: insert into `users` (`updated_at`, `created_at`) values (2020-11-18 06:13:56, 2020-11-18 06:13:56)).i want to create a post using relation. kindly guide. fetching is working. inserting/creating using relation is not.

  • @DennisHorn1981
    @DennisHorn1981 3 ปีที่แล้ว +4

    Excellent explanation! Thank you!

    • @QiroLab
      @QiroLab  3 ปีที่แล้ว

      Glad you enjoyed it!

  • @dfordemo981
    @dfordemo981 2 ปีที่แล้ว +3

    thanks for the awesome informative content

    • @QiroLab
      @QiroLab  2 ปีที่แล้ว +1

      Glad you liked it!

  • @husnainnutkani4100
    @husnainnutkani4100 3 ปีที่แล้ว +6

    If you guys are facing " Call to undefined function factory()" fatal error then use
    \App\Models\User::factory()->count(3)->create();

    • @dfordemo981
      @dfordemo981 3 ปีที่แล้ว +2

      now it is actually
      \App\Models\User::factory(3)->create();

  • @nhanthien4854
    @nhanthien4854 5 ปีที่แล้ว +5

    Video is so greate!
    Hope you can give more tutorials :))

  • @acexteam
    @acexteam 3 ปีที่แล้ว +1

    i finally understood it. thanks a lot man

    • @QiroLab
      @QiroLab  3 ปีที่แล้ว

      Glad to hear that!

  • @ralphjadegarcia8973
    @ralphjadegarcia8973 ปีที่แล้ว +1

    have you tried a composite relationship?

  • @md.muhidislam9085
    @md.muhidislam9085 3 ปีที่แล้ว +2

    Love it!

    • @QiroLab
      @QiroLab  3 ปีที่แล้ว

      So glad!

  • @darkestbrush507
    @darkestbrush507 2 ปีที่แล้ว +1

    please write application logic in the controller !

  • @bhawanisingh3671
    @bhawanisingh3671 4 ปีที่แล้ว

    You have cleared my all dout
    Before see this video i very confuse
    Thank you sir
    I really thanks by heart

    • @QiroLab
      @QiroLab  4 ปีที่แล้ว

      You are most welcome

  • @SuvroImran
    @SuvroImran 4 ปีที่แล้ว +1

    Thank you so much. I appreciated.

    • @QiroLab
      @QiroLab  4 ปีที่แล้ว

      You're very welcome! Glad you enjoyed it!

  • @BiggiDroid
    @BiggiDroid 3 ปีที่แล้ว +1

    Love this ❤️

    • @QiroLab
      @QiroLab  3 ปีที่แล้ว

      I'm so glad!

  • @Florentin-Flo
    @Florentin-Flo 2 ปีที่แล้ว

    Very good one!

  • @learningcity-in
    @learningcity-in 4 ปีที่แล้ว +1

    hello, i want to how this query write in laravel ORM(without where and with where) "select @t, @t from students INNER JOIN cities on student.city_id=@t" where students.id=1
    i have student table with city_id and other columns and cities table with id,city

  • @mraihan19
    @mraihan19 3 ปีที่แล้ว

    it's superb. it's make's the laravel's hard things easy.

    • @QiroLab
      @QiroLab  3 ปีที่แล้ว

      I'm so glad!

  • @cubedev4838
    @cubedev4838 ปีที่แล้ว

    Very deep explaination

    • @QiroLab
      @QiroLab  ปีที่แล้ว

      Thank you! Cheers!

  • @quachvietcuong4940
    @quachvietcuong4940 3 ปีที่แล้ว

    so helpful tks u. this video is make me to another level

    • @QiroLab
      @QiroLab  3 ปีที่แล้ว

      Happy to hear that!

  • @arammarm
    @arammarm 2 ปีที่แล้ว

    Thank you man!!

    • @QiroLab
      @QiroLab  ปีที่แล้ว

      Thank you! Cheers!

  • @eMebyMonicaMateu
    @eMebyMonicaMateu 3 ปีที่แล้ว

    Many thanks again!

    • @QiroLab
      @QiroLab  2 ปีที่แล้ว

      You are welcome

  • @rusirunethmina6241
    @rusirunethmina6241 3 ปีที่แล้ว

    ErrorException
    Trying to get property 'country' of non-object
    sir this my error..how can sloved this

  • @motu0427
    @motu0427 2 ปีที่แล้ว

    can u help me plzz
    how i send data using 1 form into 2 diffrent tables

  • @johnsailor3590
    @johnsailor3590 4 ปีที่แล้ว

    What if you have user that hasOne phone and you do not want to create new phone you want to associate the id from existing phone i dont find any example

  • @primawirawan7901
    @primawirawan7901 4 ปีที่แล้ว +1

    i got some errors in this part
    Trying to get property 'country' of non-object
    {{$user->address->country}}
    can anyone help me

    • @varisinet7245
      @varisinet7245 4 ปีที่แล้ว

      check you created an address for every user, means you should enter every user's country in address table.

    • @PraveenKUmar-tp6su
      @PraveenKUmar-tp6su 3 ปีที่แล้ว

      @@varisinet7245 i too facing the error
      thank you bro i was stuck for an hour really thank you

  • @bulbul-dev
    @bulbul-dev 4 ปีที่แล้ว

    how can I save record user andress table using form ?

  • @mdkhairul4640
    @mdkhairul4640 2 ปีที่แล้ว

    Superb video

    • @QiroLab
      @QiroLab  2 ปีที่แล้ว

      Thank you so much 😀

  • @Ehsankhan0577
    @Ehsankhan0577 3 ปีที่แล้ว +3

    make a tutorial series on solid principles in Laravel

  • @AWidiyanto
    @AWidiyanto 3 ปีที่แล้ว

    Hi, Qiro. How to get user that has address then return it thru controller as json ?

  • @Omar-dp8ob
    @Omar-dp8ob 3 ปีที่แล้ว

    my laptop doesn't have the authenticate file with the passwords, how did you get it

  • @akshaygireesh9568
    @akshaygireesh9568 4 ปีที่แล้ว +1

    Plz provide the code to download

  • @toufikforu
    @toufikforu 2 ปีที่แล้ว

    Hi, i need a help for find Logged in user id. $colorlist = User::find(1)->getCompany; instant of find(1) i need to find here Login user id. am using this hasMany relationship to display a table comments on my view. Please help me for this syntax, how i can use this. currently am getting data by find(1). need to make it dynamic by logged in user id.

  • @JamesAutoDude
    @JamesAutoDude ปีที่แล้ว

    I'd have to say relationships is the hardest part of laravel for me. I hope this will help me 😫

    • @boilingsoup
      @boilingsoup ปีที่แล้ว

      Need to know database modeling first then it'll make sense

    • @JamesAutoDude
      @JamesAutoDude ปีที่แล้ว

      @@boilingsoup as an update it's sooo much easier with Laravel compared to my old horrible spaghetti code haha. I learned the proper formats and database modeling, structure, etc - and it's great!

  • @jtech04
    @jtech04 3 ปีที่แล้ว

    is this laravel version 8 ? or some different version?

    • @QiroLab
      @QiroLab  2 ปีที่แล้ว

      This is not Laravel 8. These syntax is valid in Laravel 8 and 9 as well.

  • @ellsonmendesYT
    @ellsonmendesYT 3 ปีที่แล้ว +1

    incredible :)

    • @QiroLab
      @QiroLab  3 ปีที่แล้ว

      Glad you like it!

  • @omedjamal7509
    @omedjamal7509 3 ปีที่แล้ว +2

    all searches end with you. you left nothing on eloquent relations. many thanks.

    • @QiroLab
      @QiroLab  2 ปีที่แล้ว

      Glad to hear that!

  • @nuruzzanamhimel5911
    @nuruzzanamhimel5911 2 ปีที่แล้ว

    sir, you r the great

  • @UmayangaWjesinghe
    @UmayangaWjesinghe 4 ปีที่แล้ว

    what is the used version of Laravel for this example .. is Laravel 5.6 or 5.8 ???????? please tell me

    • @QiroLab
      @QiroLab  4 ปีที่แล้ว

      In the video, it is Laravel 6.
      And this tutorial works in every version of Laravel.

  • @lochawala
    @lochawala 5 ปีที่แล้ว

    can you please share which extension you using for this all suggestion?

    • @QiroLab
      @QiroLab  5 ปีที่แล้ว +2

      I have installed "PHP Intelephense", "Laravel 5.6 Snippets", "Laravel Model Snippets" and "Laravel Blade Snippets" extensions in my VSCode editor.

  • @manishkushwaha-je6xy
    @manishkushwaha-je6xy 2 ปีที่แล้ว

    Tnq Very much sir...

  • @shahriarshaon1626
    @shahriarshaon1626 3 ปีที่แล้ว

    Thank you very much sir

    • @QiroLab
      @QiroLab  3 ปีที่แล้ว

      Most welcome

  • @dfordemo981
    @dfordemo981 2 ปีที่แล้ว

    im using docker in ubuntu too, but i want to set the environment setup with web server and work with laravel, i did all but when i run migrations, it says mysql driver etc is missing, i found no working solution to this problem, would you please make a seperate a video to this problem and mention me here, i followed your channel and ringed the bell icon
    xampp , PHP, mySQL, run laravel project, run phpmyadmin, run migrations too

    • @QiroLab
      @QiroLab  2 ปีที่แล้ว

      I guess, you have not installed `php-mysql` in the docker.

  • @themonster4759
    @themonster4759 ปีที่แล้ว

    thanks QiroLab as a muslim i should say thanks

    • @QiroLab
      @QiroLab  ปีที่แล้ว

      Thank you! Cheers!

  • @moathelmarmori457
    @moathelmarmori457 ปีที่แล้ว

    Thank you so much

    • @QiroLab
      @QiroLab  ปีที่แล้ว

      Thank you! Cheers!

  • @sasikala5652
    @sasikala5652 4 ปีที่แล้ว

    Thank you sir.

  • @justicetout
    @justicetout 3 ปีที่แล้ว

    Thank you.

    • @QiroLab
      @QiroLab  3 ปีที่แล้ว

      You're welcome!

  • @neEs6624
    @neEs6624 ปีที่แล้ว

    A wesome 🎉

    • @QiroLab
      @QiroLab  ปีที่แล้ว

      Thank you! Cheers!

  • @nishanthanr605
    @nishanthanr605 4 ปีที่แล้ว

    Dont use Dark theme while recording.. The code not visible

    • @QiroLab
      @QiroLab  4 ปีที่แล้ว

      Thanks for your suggestion. I have switched to the material theme. It is still a dark theme, but I think it is more visible. Watch recent videos and give your opinion. Is it okay now?

  • @godofredoauditor8091
    @godofredoauditor8091 2 ปีที่แล้ว

    Thank you

    • @QiroLab
      @QiroLab  2 ปีที่แล้ว

      You're welcome

  • @thienngothanh1040
    @thienngothanh1040 2 ปีที่แล้ว

    nice tutorial

    • @QiroLab
      @QiroLab  2 ปีที่แล้ว

      Thanks

  • @monodeeproy4939
    @monodeeproy4939 3 ปีที่แล้ว

    Great !!

  • @worldcorrectknowledge
    @worldcorrectknowledge 4 ปีที่แล้ว

    Appreciated

  • @rubelmahamud3648
    @rubelmahamud3648 3 ปีที่แล้ว

    thanks a lot .

  • @hopnguyen5948
    @hopnguyen5948 3 ปีที่แล้ว

    thank u so much

    • @QiroLab
      @QiroLab  3 ปีที่แล้ว

      You are most welcome

  • @ahmedaliklay1233
    @ahmedaliklay1233 2 ปีที่แล้ว

    شكرا لك

    • @QiroLab
      @QiroLab  ปีที่แล้ว

      Thank you

  • @jorgeperalta9780
    @jorgeperalta9780 4 ปีที่แล้ว

    thanks

    • @QiroLab
      @QiroLab  4 ปีที่แล้ว

      You're welcome!

  • @jobanjitsingh3416
    @jobanjitsingh3416 5 ปีที่แล้ว

    hi sir add all relation

    • @QiroLab
      @QiroLab  5 ปีที่แล้ว

      sure, I will create all Laravel Eloquent relations video.

  • @codeimpression
    @codeimpression 3 ปีที่แล้ว

    good knowledge.. but explaining capacity is poor..plz explain in detail. do not run fast in the video

    • @QiroLab
      @QiroLab  3 ปีที่แล้ว

      Sorry for that. I am trying to improve. thank you for your feedback.

  • @wmafendi
    @wmafendi ปีที่แล้ว

    comey fu

  • @haronurrashid5661
    @haronurrashid5661 5 ปีที่แล้ว

    I am the 13th viewer

  • @Rex-lp1dl
    @Rex-lp1dl 5 หลายเดือนก่อน

    Thank you

    • @QiroLab
      @QiroLab  5 หลายเดือนก่อน

      My pleasure!