0

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
Developer Hub
  • 183
  • 3
  • 13

1 Answers1

1

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

Nazgot
  • 412
  • 3
  • 17