Are you self-hosting? Is the web server nginx, apache, something else?
It sounds like you're missing an index directive in the config.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am trying to get Laravel to run on a web server, but it does not automatically go to public/index.php
Website: wardenplus.tiborius.com
If you call up the URL, it finds nothing. But if I call up wardenplus.tiborius.com/index.php or /login then the file is loaded.
This means that I am already in the public, but it does not load the index.
But I don't know what the problem could be.
Please or to participate in this conversation.