Custom Livewire component
custom() or emitUp()
custom() or emitUp()Example
Input::make('Tags')
->custom()
->livewireComponent("app.tags",
[
'model' => $this->model,
'tagType' => "event",
'setLocale' => "sv"
]),Last updated
Was this helpful?