Laravel – Livewire 3: Not able to bind to eloquent model
I have a Livewire Component "UpdateCategory" in which I am passing the "category" as prop. In "UpdateCategory" component mount method I am initializing a public property "category" and trying to bind category.name to an input field but it is not…