-
install package not complete install because this error
Your requirements could not be resolved to an installable set of packages.
Problem 1
- mpociot/laravel-apidoc-generator v4.x-dev requir…
-
When discussing https://github.com/mbryzek/apidoc/issues/552 we got on the topic of how to manage the generators that do and do not support this new feature. Ideally, when a breaking feature such as t…
-
Hello, people!
When i try generate api docs in the first time, i get the error bellow:
`
ErrorException
copy(resources/docs/js/all.js): failed to open stream: No such file or directory
…
lmnc5 updated
4 years ago
-
_From @kalmanb on January 13, 2016 3:39_
_Copied from original issue: movio/apidoc-generator-old#4_
-
_From @kalmanb on January 13, 2016 3:40_
_Copied from original issue: movio/apidoc-generator-old#6_
-
i see laravel 8 support only in dev-master, [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) is using non dev branch
-
Hi,
Due to the fact that most teams use Swagger to document REST APIs, if possible, give this feature to apiato.
https://github.com/digit-soft/laravel-swagger-generator
-
Having the routes is pretty cool, it'd be even coolier to have a full description of what our API endpoints expect and return (maybe we can directly reference the .raml files if we keep with it).
I…
-
apidoc on it's own runs smoothly.
apidoc-swagger -i dist/ -o doc/
(node:10252) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to …
-
Greetings,
I just tried to return a Generator directly from my action, using @Rest\View annotation but FOSRestBundle generated an empty `{}`.
If I use `iterator_to_array` to transform the Genera…