Home > Development Tools > sublime > body text

How to write php using sublime

藏色散人
Release: 2019-09-18 10:48:37
Original
6290 people have browsed it

How to write php using sublime

How to write php with sublime?

Use sublime to write php code

①Add the php path to the path environment variable

②Open the sublime software , Tools —> Build System —> New Build System, get the file with the suffix "sublime-build"

Replace the content with:

{ 
    "cmd": ["php", "$file"],
    "file_regex": "php$", 
    "selector": "source.php" 
}
Copy after login

Then save it as php.sublime- Just build.

Recommended: [sublime tutorial]

The above is the detailed content of How to write php using sublime. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template