php - How use the Pear installed packages in windows -
i have installed pear , package needed. (example php_codesniffer, phpdocumentor). confirmed package has installed using
c:\wamp\www>pear list
but when try use comment on windows comment prompt getting error
'phpcs' not recognized internal or external command
please give me suggestion.
you have issue path environnent variable (sometimes it's reboot force environment refresh)
but in case, cvan specify complete path each exe :
c:\>path\to\php\bin\php.exe path\to\phpcs path\to\file.php
Comments
Post a Comment