Last active
July 22, 2017 13:35
-
-
Save ziadoz/efe92729da74c2aebd1b3ee6ba347287 to your computer and use it in GitHub Desktop.
Install Atom Editor PHP Integrator Core 3.0.0 on macOS Sierra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| brew tap homebrew/homebrew-php | |
| brew install php71 | |
| cd ~/.atom/packages/php-integrator-base/core | |
| /usr/local/bin/php ./composer.phar create-project php-integrator/core ./3.0.0 3.0.0 --prefer-dist --no-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment