在将Zend Framework更新到3版本后,我在用户注册页面上得到一个错误:
Zend\ServiceManager\Exception\ServiceNotFoundException
File:
../vendor/zendframework/zend-servicemanager/src/AbstractPluginManager.php:142
Message:
A plugin by the name "prg" was not found in the plugin manager Zend\Mvc\Controller\PluginManager发布于 2021-06-22 04:24:27
prg plugin是来自zend-mvc包的removed,应该通过zendframework/zend-mvc-plugin-prg包单独安装
https://stackoverflow.com/questions/68074261
复制相似问题