PHP Fatal error: Class 'MyApp\Chat' not found in /MyApp/chat-server.php

后端 未结 6 845
遥遥无期
遥遥无期 2020-12-29 06:49

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.         


        
6条回答
  •  囚心锁ツ
    2020-12-29 07:03

    In my case, after spending half a day, I realised the error was because I missed this line:

    require 'vendor/autoload.php';
    

提交回复
热议问题