php anahita command doesn't work on Windows
Closed this issue · 2 comments
I ran the following command to create a project:
composer create-project anahita/project myproject
I then ran the following command to get a list of available commands:
php anahita
This command doesn't work on Windows because the anahita
file is a sym link that references vendor/bin/anahita
Maybe there should be a file called anahita.bat
in the root of the project?
If necessary it could just call the script vendor/bin/anahita.bat
?
I've just found a few discussion threads about this:
http://www.getanahita.com/topics/117140-anahita-3-0-installer-on-windows
http://www.getanahita.com/topics/125298-how-to-host-anahita-on-windows
Is the lack of Windows support already logged as an issue?
Should it be added to the documentation? (I just wasted a few hours trying to do an install on windows)
Here is my comment
#51 (comment)