Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #19005

Re: phpdoc not work

From Arno Welzel <usenet@arnowelzel.de>
Newsgroups comp.lang.php
Subject Re: phpdoc not work
Date 2022-06-30 10:43 +0200
Message-ID <ji561aFb9k0U2@mid.individual.net> (permalink)
References <t9hp4q$gd2$1@gioia.aioe.org>

Show all headers | View raw


Flash:

> $ php ~/Scaricati/phpDocumentor.phar --version
> 
> Fatal error: Uncaught RuntimeException: Unable to find vendor directory 
> for phar:///home/rino/Scaricati/phpDocumentor.phar/src/phpDocumentor in 
> phar:///home/rino/Scaricati/phpDocumentor.phar/src/phpDocumentor/AutoloaderLocator.php 
> on line 75
> 
> RuntimeException: Unable to find vendor directory for 
> phar:///home/rino/Scaricati/phpDocumentor.phar/src/phpDocumentor in 
> phar:///home/rino/Scaricati/phpDocumentor.phar/src/phpDocumentor/AutoloaderLocator.php 
> on line 75
> 
> Why?

Works for me:

1) Download phar from
<https://docs.phpdoc.org/guide/getting-started/installing.html>
(<https://phpdoc.org/phpDocumentor.phar>)

2) Make it executable

chmod +x phpDocumentor.phar

3) Test it

./phpDocumentor.phar --version

Result:

phpDocumentor v3.3.1




-- 
Arno Welzel
https://arnowelzel.de

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

phpdoc not work Flash <new@flash.foto> - 2022-06-29 16:55 +0200
  Re: phpdoc not work Angel <he12091983@gmail.com> - 2022-06-29 09:40 -0700
    Re: phpdoc not work Flash <new@flash.foto> - 2022-06-29 20:01 +0200
    Re: phpdoc not work Flash <new@flash.foto> - 2022-07-01 18:51 +0200
  Re: phpdoc not work De ongekruisigde <ongekruisigde@news.eternal-september.org> - 2022-06-29 18:04 +0000
    Re: phpdoc not work Flash <new@flash.foto> - 2022-06-30 09:02 +0200
    Re: phpdoc not work Arno Welzel <usenet@arnowelzel.de> - 2022-06-30 10:43 +0200
  Re: phpdoc not work Arno Welzel <usenet@arnowelzel.de> - 2022-06-30 10:43 +0200
    Re: phpdoc not work SupaPlex <old@gamer.s> - 2022-06-30 15:36 +0200
      Re: phpdoc not work Arno Welzel <usenet@arnowelzel.de> - 2022-07-02 02:16 +0200
        Re: phpdoc not work SupaPlex <old@gamer.s> - 2022-07-02 19:42 +0200
          Re: phpdoc not work Arno Welzel <usenet@arnowelzel.de> - 2022-07-03 12:44 +0200
            Re: phpdoc not work SupaPlex <old@gamer.s> - 2022-07-03 14:25 +0200
              Re: phpdoc not work Arno Welzel <usenet@arnowelzel.de> - 2022-07-03 16:02 +0200

csiph-web