Zend\ServiceManager\Exception\ServiceNotFoundException zend 框架 3
Zend\ServiceManager\Exception\ServiceNotFoundException zend framwork 3
我正在尝试按照本教程为我的项目添加登录名和访问过滤器:https://olegkrivtsov.github.io/using-zend-framework-3-book/html/en/User_Management__Authentication_and_Access_Filtering.html
我已按照所有步骤操作,但显示 this 错误。
这是我的模块代码:https://github.com/Nathipg/LoginZf3
我尝试在 module.config.php 配置工厂,但没有成功
有人知道如何修复它吗?
我找到问题了
AuthManagerFactory 的名称空间错误
我正在尝试按照本教程为我的项目添加登录名和访问过滤器:https://olegkrivtsov.github.io/using-zend-framework-3-book/html/en/User_Management__Authentication_and_Access_Filtering.html
我已按照所有步骤操作,但显示 this 错误。
这是我的模块代码:https://github.com/Nathipg/LoginZf3
我尝试在 module.config.php 配置工厂,但没有成功
有人知道如何修复它吗?
我找到问题了
AuthManagerFactory 的名称空间错误