Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

j_watson's avatar

How do I call an inline component?

I have a ProjectExpenses.php inline component but I don't know how to call it since it doesn't have a blade file. There's nothing on the Livewire documentation either.

0 likes
2 replies
tykus's avatar
tykus
Best Answer
Level 104

In another Blade template, you just need to render it as you would any component

<livewire:project-expenses />
puklipo's avatar

Same as the basic rules.

<livewire:project-expenses />

Please or to participate in this conversation.