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

Oscar165's avatar

Spark custimize default pages

How does one go about finding the and changing the default Spark image and Spark title when selecting login from the home page. I was able to change the home page. But Can not seem to find other places its set. There is a separate menu bar.

0 likes
2 replies
EventFellows's avatar

You can use the url of the page you are on, then find the route in routes.php. This will tell you the controller name and method to look for. In that method you should be able to find the name of the view. Depending on what you want to change exactly you might need to further track down partials or the view it extends.

But fr the most part the naming and view structure is pretty intuitive so you might just be lucky in clicking through the views tree (make sure you use the one in /resources)

Oscar165's avatar
Oscar165
OP
Best Answer
Level 2

Thanks, found It under resources/vendor/spark

I read that it was spark/resources/views or must of confused them

Please or to participate in this conversation.