i have just installed Apigility and following the tutorials i have an error. When i try with Postman to call my service i get an error like this
Zend\View\Renderer\PhpRenderer::render: Unable to render template "status/v1/rpc/ping/ping/ping"; resolver could not resolve to a file
My call on postman is like this. http://localhost/demo/api/public/ping
How to solve this problem?
Apigility as part of Zend Framework is now part of the open source Laminas project and is called Laminas API Tools.
Make sure that Zend OPcache is disabled in your PHP configuration before trying to create your API service.
Quick steps to verify: