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

chriss39's avatar

Blade template not working

I just installed a new laravel 5.4 with spark and went through installation on spark and got everything installed fine but when I hit the registration page the blade syntax is not processing and it is showing on the page.

Not sure why it is doing that and wondering if anyone has experienced this. Link is below to see image.

https://ibb.co/b7isca

0 likes
4 replies
EventFellows's avatar

this does not look like a blade issue but rather like a javascript issue.

look into your console in chrome dev tools to see more about what it is.

did you finish your vue setup and compiled everything?

abusalameh's avatar

in your terminal run npm install then npm run dev

chriss39's avatar

Thanks. Thought I ran that but must not have.

Please or to participate in this conversation.