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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -