CloudMQTT / php-mqtt-example

Sample app which publish and subscribe to/from a CloudMQTT broker
https://www.cloudmqtt.com
16 stars 8 forks source link

Where is autoload.php file #2

Open mohancs30 opened 6 years ago

mohancs30 commented 6 years ago

i test by publish and subscribe code error of autoload function where is autoload.php file

bhushanjawle commented 6 years ago

It is present in vendor directory. Vendor directory is not checked in. You will need to execute the install instruction "run php composer.phar install" to install all dependencies via composer.