Class 不存在 antonioribeiro/tracker

Class does not exist antonioribeiro/tracker

大家好,我正在使用 github 中的 antonioribeiro/tracker,并按照所有说明进行操作,一切都很顺利,但是当我尝试访问统计面板时,returns 出现一个错误

class admin does not exists.

在tracker.php中,我发现错误来自这一行'authentication_ioc_binding' => ['auth','admin']

我尝试创建管理员 class 但它没有解决问题。我对包的文档感到困惑。我遵循的代码适用于多个身份验证驱动程序。所以我使用了默认设置 authentication_ioc_binding => ['auth'] 这解决了问题。