linter-php introduction
linter-php is a plug-in that automatically checks PHP syntax errors and is very convenient to use.
linter-php configuration
Enter the configuration page of linter-php, you need to specify the php execution file path:
Because most of the php plug-ins provided by ATOM need to configure the php execution file path, it is recommended that the php execution file can be written into the system environment variable:
Or directly fill in the php execution file path in the configuration item (not recommended):
The above introduces the ATOM basic tutorial - linter-php configuration 12, including the content. I hope it will be helpful to friends who are interested in PHP tutorials.