I got access to a php server on which an instance of Laravel is running. downloaded the entire folder and I now try to run the code base on my laptop. Running php artisan serve
gives me an error saying:
[ErrorException]
chdir(): No such file or directory (errno 2)
This SO answer says that the public folder cannot be found, and indeed, there is no `public folder. But I have no idea how it can then function on the server it is running on.
Does anybody know what I can do to get this running? All tips are welcome!