I am trying to install a couple of the different Linters, specifically the php linter. I installed the Linter package, and the linter-php package through the Atom package manager. I have edited by config.cson page as follows:
"linter-php":{
phpExecutablePath: "/Applications/mamp/bin/php/php5.6.2/bin/php"
}
However, nothing seems to be working. I have not noticed any errors being displayed on my php files. Am I missing something?
Thanks in advance for the help!!