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

makapaka's avatar

how does home blade template bind the user object

So i'm trying to understand the entire Spark application as best I can, as a learning tool and i'm stuck finding how the home page links the user object. So, the home page home.blade.php is an inline template like this

@section('content')
 <home :user="user" inline-template>

Doesn't this mean I should be able to find a component called home ? I can't seem to locate any JS like this ?

Can anyone with Spark knowledge tell me how this works ?

0 likes
1 reply

Please or to participate in this conversation.