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.....
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..
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.
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
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
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.
@@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!
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
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?
Don't get left behind! Try Spec Coder: Supercharge Your Coding with AI!
👉 qirolab.com/spec-coder
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.....
I had watched your VUE basic series. Now I am watching this series. As usual, you are explaining things easily. Thankyou.
Glad to hear that
just started on Laravel,
your explanation is clear, and simple to understand with good examples.
thanks for all the hard work!
Thank you! Cheers!
Oh my!!! It's another level.. 😍😍 Honestly i never seen anything like this
Great content !!! I'm starting in php and Laravel and I'm really enjoying the classes !!!!
Great tutorial , clean and clear thanks for this valuable video 👍
Thank you
Thank you Sir, very well explained. I like the style of different examples and alternative ways to understand how things work!
Glad you liked it
sir what extension did you used. for auto generate method 9:59
wow, this tutorial help me to clear my concept of the Laravel relationship. Great bro....👌
Glad to hear that
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..
Thank you
Impressive for the detail explanation, thank you!
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.
Excellent explanation! Thank you!
Glad you enjoyed it!
thanks for the awesome informative content
Glad you liked it!
If you guys are facing " Call to undefined function factory()" fatal error then use
\App\Models\User::factory()->count(3)->create();
now it is actually
\App\Models\User::factory(3)->create();
Video is so greate!
Hope you can give more tutorials :))
i finally understood it. thanks a lot man
Glad to hear that!
have you tried a composite relationship?
Love it!
So glad!
please write application logic in the controller !
You have cleared my all dout
Before see this video i very confuse
Thank you sir
I really thanks by heart
You are most welcome
Thank you so much. I appreciated.
You're very welcome! Glad you enjoyed it!
Love this ❤️
I'm so glad!
Very good one!
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
it's superb. it's make's the laravel's hard things easy.
I'm so glad!
Very deep explaination
Thank you! Cheers!
so helpful tks u. this video is make me to another level
Happy to hear that!
Thank you man!!
Thank you! Cheers!
Many thanks again!
You are welcome
ErrorException
Trying to get property 'country' of non-object
sir this my error..how can sloved this
can u help me plzz
how i send data using 1 form into 2 diffrent tables
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
i got some errors in this part
Trying to get property 'country' of non-object
{{$user->address->country}}
can anyone help me
check you created an address for every user, means you should enter every user's country in address table.
@@varisinet7245 i too facing the error
thank you bro i was stuck for an hour really thank you
how can I save record user andress table using form ?
Superb video
Thank you so much 😀
make a tutorial series on solid principles in Laravel
Hi, Qiro. How to get user that has address then return it thru controller as json ?
my laptop doesn't have the authenticate file with the passwords, how did you get it
Plz provide the code to download
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.
I'd have to say relationships is the hardest part of laravel for me. I hope this will help me 😫
Need to know database modeling first then it'll make sense
@@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!
is this laravel version 8 ? or some different version?
This is not Laravel 8. These syntax is valid in Laravel 8 and 9 as well.
incredible :)
Glad you like it!
all searches end with you. you left nothing on eloquent relations. many thanks.
Glad to hear that!
sir, you r the great
what is the used version of Laravel for this example .. is Laravel 5.6 or 5.8 ???????? please tell me
In the video, it is Laravel 6.
And this tutorial works in every version of Laravel.
can you please share which extension you using for this all suggestion?
I have installed "PHP Intelephense", "Laravel 5.6 Snippets", "Laravel Model Snippets" and "Laravel Blade Snippets" extensions in my VSCode editor.
Tnq Very much sir...
Thank you very much sir
Most welcome
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
I guess, you have not installed `php-mysql` in the docker.
thanks QiroLab as a muslim i should say thanks
Thank you! Cheers!
Thank you so much
Thank you! Cheers!
Thank you sir.
Thank you.
You're welcome!
A wesome 🎉
Thank you! Cheers!
Dont use Dark theme while recording.. The code not visible
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?
Thank you
You're welcome
nice tutorial
Thanks
Great !!
Appreciated
thanks a lot .
thank u so much
You are most welcome
شكرا لك
Thank you
thanks
You're welcome!
hi sir add all relation
sure, I will create all Laravel Eloquent relations video.
good knowledge.. but explaining capacity is poor..plz explain in detail. do not run fast in the video
Sorry for that. I am trying to improve. thank you for your feedback.
comey fu
I am the 13th viewer
Thank you
My pleasure!