Level 7
bah! found it! admin please delete!
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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 ?
Please or to participate in this conversation.