Thaaaaank you a lot of for this vedio, ot s very helpful for me . I m searching a lot of like this vedio before but i dont find it . Just now i open my phone and i found it . I m became very happy hhh🙏🙏
It will be more helpful if you make more eloquent relationships tutorial like this video. It was very helpful. Can you please make more! like many to many and so on, thanks.
Thanks for the tutorial, it's amazing but it would be better to make use of laravel best practices: Route model binding, route names in the web route, route(' ') instead of url(' ') on the blade, creating migrations with models in a single command, to_route() function (laravel 9) in the controller instead of redirect(), mutator to slugify.
Your example is simple, for beginners who start in the world of programming. Product, Category this is 1 relationship between 2 tables, but what happens if there are 3 or more tables?? For example, Hospital Services Tables Users TypeUser (Admin, Secretary, customers) Patients Booking Doctors Medical Especiality Services (Food, Internet (WIFI), medical care, etc) Payments Table Users -> TypeUser Booking depends on ->Patients ->Services and ->Users Payments ->Customer ->Complete Doctor's services or medical care. Patients can also book an appointment with the doctor. If I want to modify a record from the booking table, I want to modify the status field of the booking table. Change the status from "pending confirmation" to "approved". How can I display the data from the tables Patients, Services, Doctors and Especiality in a form, depends on the record selected?
please can someone help me to create a crud operation for 3 table like Materiels (materiel_id, materiel_code, quantity, marque_id, categoey_id) , Marque(marque_id, marque_name), Category(category_id, category_name) or something like this the purpos is to get 3 table like thas thanks a lot
Nice Eloquent and seo friend! Thank you for this wonderful tutorials of yours this would help a lot of aspiring Laravel Developers.
Thaaaaank you a lot of for this vedio, ot s very helpful for me . I m searching a lot of like this vedio before but i dont find it . Just now i open my phone and i found it . I m became very happy hhh🙏🙏
It will be more helpful if you make more eloquent relationships tutorial like this video. It was very helpful. Can you please make more! like many to many and so on, thanks.
Thanks for the tutorial, it's amazing but it would be better to make use of laravel best practices: Route model binding, route names in the web route, route(' ') instead of url(' ') on the blade, creating migrations with models in a single command, to_route() function (laravel 9) in the controller instead of redirect(), mutator to slugify.
Your example is simple, for beginners who start in the world of programming.
Product, Category this is 1 relationship between 2 tables, but what happens if there are 3 or more tables??
For example,
Hospital Services
Tables
Users
TypeUser (Admin, Secretary, customers)
Patients
Booking
Doctors
Medical Especiality
Services (Food, Internet (WIFI), medical care, etc)
Payments
Table Users -> TypeUser
Booking depends on
->Patients
->Services
and
->Users
Payments
->Customer
->Complete Doctor's services or medical care.
Patients can also book an appointment with the doctor.
If I want to modify a record from the booking table, I want to modify the status field of the booking table. Change the status from "pending confirmation" to "approved".
How can I display the data from the tables Patients, Services, Doctors and Especiality in a form, depends on the record selected?
Thanks a lot. It helps me a lot.
Thanks for the tutorial
All your efforts are good but why are you not using decimal for price instead of int if your product needs precession?
Please make a VDO for add products to category by postman
Thank you a lot Sir! : )))
Sir also explain all relationship with crud
please can someone help me to create a crud operation for 3 table like Materiels (materiel_id, materiel_code, quantity, marque_id, categoey_id) , Marque(marque_id, marque_name), Category(category_id, category_name) or something like this the purpos is to get 3 table like thas
thanks a lot
thanks bro
please can you add images to your products? Because I tried to do it but as I don't put your variables, I can't do it. Please help me. Please....
update products not works if user change category
exactly
Have you solved it?
@@deepjaviya1978 did u solved it
Hello sir you haven't make a video on many to many relation
Will be uploaded very soon
many to many with crud brother
Can you share the source code dash
thanks. Please share your github
please share your source code
All your efforts are good but why are you not using decimal for price instead of int if your product needs precession?
this is just a basic tutorial for its scope, not a crash course or anything you're looking for