dingo / api

A RESTful API package for the Laravel and Lumen frameworks.
BSD 3-Clause "New" or "Revised" License
9.33k stars 1.25k forks source link

Commands for generate api docs #1602

Open kamov opened 6 years ago

kamov commented 6 years ago

Does anyone has idea if possible to use the commands for generate api docs inside a laravel project?

I see that there are some dependency of dingo library, so not sure if this can be replaced.

Thanks

Herchelle commented 6 years ago

Hi you can use https://github.com/mpociot/laravel-apidoc-generator to generate your api documentation for your laravel project.

Hope this help.

muhtarudinsiregar commented 6 years ago

why didnt use command api:docs ? @Herchelle

kamov commented 6 years ago

@Herchelle Thank You! I was looking for something like that. Great

@muhtarudinsiregar api:docs is command for laravel? Or you are referring to dingo command?

muhtarudinsiregar commented 6 years ago

@kamov dingo command