Last active
December 1, 2017 06:38
-
-
Save Nixes/1e5ac56749ca63ff9b5a0fe1e527ae8f to your computer and use it in GitHub Desktop.
Installing atom php-integrator on windows
This file contains 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
Installation is a bit harder than unix but absolutely worth it. | |
1) Install composer using windows installer | |
2) enable extension=php_pdo_sqlite.dll in php.ini | |
3) start atom and watch it fail to install php-integrator | |
4) run composer install --no-dev from core folder. something like C:\Users\<username>\.atom\packages\php-integrator-base\core\3.0.0 | |
5) enjoy excellent php IDE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment