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
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
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