Thanks for this great video, Tony. It helped a lot, I could apply many things to my context. One of the differences is that here, instead of using city, country and state models, I'm using enums. Great content!!! Thanks!!!
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'classes.id' in 'where clause' I have class_id in table not id as primary key, I even changed primary ke in Model in that case it shows 0 always for each class, but in dropdown if I print $class->class_id it prints class id perfect no issues when class name is selected in dropdown then automatically it shows this error.
Laravel Livewire v3 Dependent Dropdown
Thanks for this great video, Tony. It helped a lot, I could apply many things to my context. One of the differences is that here, instead of using city, country and state models, I'm using enums. Great content!!! Thanks!!!
Love your tutorials. Learned a lot from it. Thank you so much❤
You are so welcome!
Thank you Tony your videos are awesome !
You are very welcome
Algérie 🇩🇿🎉❤
This tutorial helped me a lot
thank you
Would you like to share an example video of how to implement this using select2?
As in real world developers use this a lot
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'classes.id' in 'where clause'
I have class_id in table not id as primary key, I even changed primary ke in Model in that case it shows 0 always for each class, but in dropdown if I print $class->class_id it prints class id perfect no issues when class name is selected in dropdown then automatically it shows this error.
hello sir can u help me to learn how to give permissions to the users as per their roles in laravel livewire please