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

emaano's avatar

Adding Profile View - view not visible but exists in code

Following along the instructions to add an view for newly created profile fields. https://spark.laravel.com/docs/6.0/adding-profile-fields

I can see my template when viewing source, and when inspecting the spot the template should appear it has

<update-profile-details user="[object Object]"></update-profile-details>

Any assistance would be appreciated. Thanks

0 likes
1 reply
emaano's avatar
emaano
OP
Best Answer
Level 1

I ended up not having Node properly installed. Had to run npm install first, then was able to successfully compile the js.

Please or to participate in this conversation.