I\'m getting this error, when I run php artisan serve and visit my home page:
ReflectionException (-1)
Class setEventDis
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.