How to Run PHP script using VSCode in an easy way in 2024
Running PHP script in Visual Studio Code on macOS is very easy and handy because you only need to brew install php, no need xampp (Apache) like on Windows.
In Visual Studio Code, install php server extension and then directly run php script from visual studio code.
#PHP #VisualStudioCode #VSCode #WebDevelopment #PHPdevelopment