What to use to open php project?
php projects can be opened with phpstorm;
First install phpstorm and configure the php running environment, you can go to "phpstorm tutorial"
Then you can open the php project you want to run in phpstorm, open the index.php boot page, hold down shift, and select a browser to run.
The above is the detailed content of What to use to open php project. For more information, please follow other related articles on the PHP Chinese website!