Note that there are some explanatory texts on larger screens.

plurals
  1. POInstalling manually PHPDocumentor on Mac
    text
    copied!<p>After trying to install PHPDocumentor with PEAR install with no success, i tried it manually as is detailed on the official website: <a href="http://www.phpdoc.org/docs/latest/for-users/installation.html">http://www.phpdoc.org/docs/latest/for-users/installation.html</a></p> <p>I downloaded the files and i make an alias on /usr/bin/ but when i try to execute phpdoc.php via terminal y it shows an error.</p> <p>This is what i try:</p> <pre><code>&gt; cd /usr/bin/ &gt; ./phpdoc.php </code></pre> <p>And this is the error:</p> <pre><code>PHP Warning: include_once(/Applications/MAMP/htdocs/phpdocumentor/src/phpDocumentor/../../vendor/autoload.php): failed to open stream: No such file or directory in /Applications/MAMP/htdocs/phpdocumentor/src/phpDocumentor/Bootstrap.php on line 72 PHP Warning: include_once(): Failed opening '/Applications/MAMP/htdocs/phpdocumentor/src/phpDocumentor/../../vendor/autoload.php' for inclusion (include_path='/Applications/MAMP/bin/php/php5.3.6/lib/php/:/Applications/MAMP/bin/php/php5.3.6/lib/bin/') in /Applications/MAMP/htdocs/phpdocumentor/src/phpDocumentor/Bootstrap.php on line 72 PHP Fatal error: Class 'phpDocumentor_Task_Runner' not found in /Applications/MAMP/htdocs/phpdocumentor/bin/phpdoc.php on line 37 </code></pre> <p>I am using Mac Os X and as you can see, i use MAMP to run Apache. What's going on here? Why it tries to open a file which doesn't exist? (because it really doesn't exist inside PHPDocumentor folder)</p> <p>Thanks.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload