Laravel error - Class setEventDispatcher does not exist

后端 未结 7 1363
猫巷女王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:24

    The fix for me was to update PHP to 7.3.3 and then restart valet. Apparently this was a bug with php 7.3

    https://github.com/laravel/framework/issues/27052

    Hope this helps

提交回复
热议问题