I am new to php and rabbitmq to debian (Linux). I installed xampp, rabbitmq, and also installed composer.phar in the project directory using the command
/opt/lampp/htdocs/rabbitmq_demo# curl -s https:
Now I use Composer to install project dependencies using the following command
composer.phar install
but he made a mistake as shown below
bash: php: command not found
I preferred the link https://getcomposer.org/doc/00-intro.md
I want to prepare autoload.php. Please help me create autoload in the vendor directory.
source
share