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

ddammo55's avatar

Where should I change name

How to rename resources

How to rename Dashboard

Please ask which file defines how

0 likes
2 replies
Cronix's avatar

It depends on what you mean by rename. Rename what? Files? Text outputted to the screen in an html view? Variable names used in code?

There is no single place where names of things are defined. It could be all throughout the code.

There is nothing named "dashboard" that comes with a stock Laravel install, so you'll have to be more specific about your individual application.

I'm assuming you didn't code this project, since you don't know where these things are defined?

Please or to participate in this conversation.