News

PHP Dev server in VSCode As of PHP 5.4.0, PHP prvides a built-in Dev server that can be run from the command line. With very little effort you can make use of this in Visual Studio Code by running a ...
83KB extension PHP Hot Reloading - Automatically reloads your browser when a file is saved in the editor Uses php's built in server - less overhead, less dependencies less stress. Since it's a php ...