php - How to run .phar from anywhere on Windows? -


i have .phar file , want run anywhere command.

php file.phar --options

where file.phar in c:\my-php-cli\file

you need add folder containing file.phar path variable.

see this link more information.


Comments