Most needed content. Everybody is focused on teaching coding only. We need such content to show how to work in the real world. Much appreciated, brother❤. Keep uploading such content
@hirang1148 If you don't use binding, Laravel cannot resolve the interface automatically, resulting in errors when trying to inject it. You'll need to manually instantiate the implementation every time, which leads to tightly coupled code. This makes it harder to switch implementations (e.g., for testing or new features) and reduces maintainability, flexibility, and adherence to SOLID principles like dependency inversion
Thanks
Most needed content. Everybody is focused on teaching coding only. We need such content to show how to work in the real world.
Much appreciated, brother❤.
Keep uploading such content
@tusar711 Thank you very much..
Eagerly waiting for your next videos....
@mdsafikulislam9113 will be published very soon. Thank you.
Awesome 🎉
Glad you enjoyed it!
Thank you🙏
@drishti5450 You're welcome.
Why do we need to bind the interface and not just use `implement` in the repository?
@hirang1148 If you don't use binding, Laravel cannot resolve the interface automatically, resulting in errors when trying to inject it. You'll need to manually instantiate the implementation every time, which leads to tightly coupled code. This makes it harder to switch implementations (e.g., for testing or new features) and reduces maintainability, flexibility, and adherence to SOLID principles like dependency inversion
@programmingfields oh ok thanks. I understand it now
@@hirang1148 Glad to know.