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