Developer Hub
Developer Hub

Reputation: 323

ReflectionException (-1) Class VoyagerAuth does not exist - Laravel

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

Answers (1)

Nazgot
Nazgot

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

Related Questions