This is driving me nuts because it seems like such a critical thing that I would expect there to be a lot of people asking, but I can't find a clear cur response to.
I want to follow along a simple php tutorial like this one:
I installed everything I need. Now what? How do I run a php file?
91 Answer
Okay, so here's the simple answer I would have loved to find but couldn't
cdinto the directory the file is inRun
php -S localhost:8000(or replace 8000 with a different port)Go to localhost:8000 in the browser