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

Jeorme's avatar

Installing Laravel Spark issue - pages don't render

I am trying to install Laravel Spark following the Spark installation procedure here: https://spark.laravel.com/docs/1.0/installation

I can get the packages and dependencies to install correctly ad without any issues using: spark new sparkapp --team-billing

however when I serve the page (on xampp) and go to the registration page the page does not render properly. What I see is a semi-processed template and with no css and javascript as below:

http://i.stack.imgur.com/f2HAe.png

Any help would be greatly appreciated

0 likes
1 reply
rgillera's avatar
rgillera
Best Answer
Level 5

Try running npm install, then after that, run gulp to compile your css and javascript. Hope this will help

Please or to participate in this conversation.