This repository has been archived by the owner on Dec 7, 2019. It is now read-only.
Added batch file for windows. This file makes it possible for windows us... #73
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
...ers to execute commands with "zf2" keyword, such as:
zf2 version
zf2 modules
..etc.
zf.php or zftool.phar are not executables in windows command prompt, so one cannot use them as direct commands and cannot make them globally available.
Dependencies:
php.exe environment variable
zf.php
This file uses "php" PATH environment variable and assumes that php has been registered as global command by adding php's directory to PATH environment variable. Failing this assumption should result in an error: php is not recognized as an internal or external command, operatable program or batch file.
Windows users can add the path of this file's directory to their PATH environment variable and use zf2 commands anywhere to create / maintain ZF2 projects.