Reputation: 323
I am working on a laravel app, and when I run php artisan serve
I get this error:
ReflectionException (-1)
Class VoyagerAuth does not exist
Upvotes: 0
Views: 471
Reputation: 412
You might have installed the-control-group/voyager and then deleted some file. If you wish to use it try to run
composer install
or
composer update
if you don't want to use voyager uninstall it, there is an handy guide on an answer on this older post
Upvotes: 1