ZF3 - Class 'Zend\Json\Json' 未找到
ZF3 - Class 'Zend\Json\Json' not found
在 zf3 中尝试使用 JsonModel 时出现错误
Fatal error: Uncaught Error: Class 'Zend\Json\Json' not found in
\vendor\zendframework\zend-view\src\Model\JsonModel.php:
您可能没有包括 zendframework/zend-json。您可以在终端中通过 运行 执行此操作:
$ composer require zendframework/zend-json
zend-json 与许多其他组件一样,是安装 zend-view 时的建议软件包。但由于还有更多 suggested packages 您可能错过了该消息。
在 zf3 中尝试使用 JsonModel 时出现错误
Fatal error: Uncaught Error: Class 'Zend\Json\Json' not found in \vendor\zendframework\zend-view\src\Model\JsonModel.php:
您可能没有包括 zendframework/zend-json。您可以在终端中通过 运行 执行此操作:
$ composer require zendframework/zend-json
zend-json 与许多其他组件一样,是安装 zend-view 时的建议软件包。但由于还有更多 suggested packages 您可能错过了该消息。