PHP
Last updated
Last updated
This is the build/run options settings for a PHP project.
Index file - Set the path and name of the main file to run.
Log file path - Set the path to the log file.
Web viewer - Set where to show the run results in the browser (tab/new window)
Since you have a test.php file, you can try one of the two methods below.
run the project and access https://[projectURL]/test.php.
go to the top menu [Project] - [Build/Run Settings], select the test.php file from the [Index File] item, and click [OK] to save it.
Replace the existing execution command with php -S 0.0.0.0:${current.using.port} -t ${current.project.path}
to php -S 0.0.0.0:${current.using.port} ${php.set.main}.php
.
Run the project and connect to https://[projectURL].