I know this have beed discussed a few times before here, but the suggestions I’ve seen mentioned on those topics, some go them appearing to refer to the previous VM based version of Local, do not seem to work anymore.
Is there a current guide for how can one make this work. Tried a few times and it always end up retrieving a 403 error, I assume due to folder structure issues.
What I’m doing is putting the app folder structure inside Local’s public folder as seen here:
However Laravel does not serve a index.php file in the root folder, instead it has a server.php which in turn will serve files from its own /public
folder.
I assume this would require changing Local’s configuration somehow to serve that server.php
rather than looking for an index.php
but not being able to do so.
Any help much appreciated. Thank you!