zfcampus / zf-apigility-admin-ui

UI code for Apiglity Admin
BSD 3-Clause "New" or "Revised" License
39 stars 37 forks source link

Documentation link throws 404 Not found - ZF3 #135

Closed divix1988 closed 7 years ago

divix1988 commented 7 years ago

When clicking on Documentation link on top of the UI, the API throws 404 not found error message:

Request: http://localhost/zend3/apigility/documentation

Response: {"type":"http:\/\/www.w3.org\/Protocols\/rfc2616\/rfc2616-sec10.html","title":"Not Found","status":404,"detail":"Page not found."}

(I might be missing some Zend component dependencies, but I am unsure which, as apigility doesn't require any).

michalbundyra commented 7 years ago

Do you have installed and enabled module zfcampus/zf-apigility-documentation?

divix1988 commented 7 years ago

That worked thanks, are there any more required dependences?

michalbundyra commented 7 years ago

Please check composer.json of zend-apigility-skeleton application.

divix1988 commented 7 years ago

Cheers.