Data Binding
Overview
You can bind your data properties to input elements within your template using wire:model.
Resources
See the wire:model page for complete documentation.
When data properties are updated using wire:model, CBWIRE has several methods you can hook into such as onUpdate and onHyrdate ( See Lifecycle Methods ).
Last updated