Atom代码美化,atom-beautify和php-cs-fixer

# 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代码美化,atom-beautify和php-cs-fixer)