Laravel error - Class setEventDispatcher does not exist

后端 未结 7 1447
猫巷女王i
猫巷女王i 2021-01-18 07:51

Short version

I\'m getting this error, when I run php artisan serve and visit my home page:

ReflectionException (-1)
Class setEventDis         


        
7条回答
  •  我在风中等你
    2021-01-18 08:18

    I am facing the same issue in mac book pro. My system configuration is PHP 7.3, MySQl and I use SQL Pro. I have implemented all the above methods but nothing gets worked. The issue is still a mystery for me but for temporary I have solved this issue using artisan command as bellow.

    php artisan serve

    Its Allow me to run the project on http://localhost:8000 Hope this can help to solve this issue.

提交回复
热议问题