parsing vanilla php files without .php extensions under Homestead
Hi,
I have a few pure vanilla php projects that I would like to move across to my Homestead environment. How can I configure nginx (sites available) to parse the php files without the .php extension? Currently all files shows the index.php content, so visiting hello.dev/info shows the content of hello.dev. Any help would be great.