简体   繁体   English

ReflectionException (-1) Class VoyagerAuth 不存在 - Laravel

[英]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:我正在开发 laravel 应用程序,当我运行php artisan serve时,我收到此错误:

 ReflectionException (-1)
Class VoyagerAuth does not exist

You might have installed the-control-group/voyager and then deleted some file.您可能已经安装了-control-group/voyager ,然后删除了一些文件。 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如果您不想使用 voyager 将其卸载,则此旧帖子的答案有一个方便的指南

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM