I am trying to run the Ratchet application demo but I can\'t execute the file
This is my file structure
/var/www/src/MyApp/ /var/www/src/MyApp/chat.
You have to mention Base Path of your classes that need to be autoloaded:
{ "autoload": { "psr-4": { "MyApp\\": "src/MyApp/" } }, "require": { "cboden/ratchet": "^0.4.0", "react/zmq": "0.2.*|0.3.*" } }
And run
Composer dump-autoload