Render Livewire Directly using the View component

Is there a way to render livewire directly without creating a blade file to contain the livewire component and passing that blade to the View component?
No description
1 Reply
Dennis Koch
Dennis Koch17mo ago
You could combined new HtmlString(Blade::render(…)) But you still need a form field

Did you find this page helpful?