“@php_bin@” is not recognized as an internal or external command,operable program or batch file

246 views Asked by At

I am using http://phpdox.de/getting-started.html. Trying to configure it to generate API documentation of my project.

My wamp server & php is installed in C:\wamp64\bin\php\php7.2.14 folder.

And I want to implement inside G:\website\pe-gold3\documentor\phpdox folder.

I have downloaded the package from https://github.com/theseer/phpdox inside G:\website\pe-gold3\documentor\phpdox folder.

Downloaded phpdox.phar file and paste it inside G:\website\pe-gold3\documentor\phpdox folder.

Created composer.json is already installed inside C:\wamp64\bin\php\php7.2.14 folder.

Created phpdox.xml file inside G:\website\pe-gold3\documentor\phpdox folder.

Trying to run phpdox command but it gives the given error:'"@php_bin@"' is not recognized as an internal or external command, operable program or batch file.

Please do let me know what should I do to configure it and get the api documentation of my project.

0

There are 0 answers