# Problem: Atom, Could not find ‘php-cs-fixer’. The program may not be installed.
# Solution
wget http://get.sensiolabs.org/php-cs-fixer.phar -O php-cs-fixer
curl http://get.sensiolabs.org/php-cs-fixer.phar -o php-cs-fixer
sudo chmod a+x php-cs-fixer
sudo mv php-cs-fixer /usr/local/bin/php-cs-fixer
# cs.sensiolabs.org/#installation
# prerequisite: Atom - atom-beautify
本文介绍了解决 Atom 编辑器中出现 'Could not find ‘php-cs-fixer’' 错误的方法。通过 wget 和 curl 下载 php-cs-fixer.phar 文件,并赋予其执行权限,最后将其移动到 /usr/local/bin 目录下,即可完成安装配置。
632

被折叠的 条评论
为什么被折叠?



