laravel-apidoc-generator icon indicating copy to clipboard operation
laravel-apidoc-generator copied to clipboard

Laravel API Documentation Generator

Results 59 laravel-apidoc-generator issues
Sort by recently updated
recently updated
newest added

This fix will expands the "nunomaudor/collision" package to support version `^5.0`, since it's required in the testing framework [Pest](https://github.com/pestphp/pest). Fixes #752

I'd run php artisan apidoc:generate and php artisan apidoc:rebuild. Both command yields same result. The index.blade.php file is generated but the content are in markdown wrapped by a paragraph tag.

I just install by composer require the package, but when i try to create the doc using artisan apidoc:generate, this error appears : ` TypeError Argument 1 passed to Mpociot\ApiDoc\Tools\DocumentationConfig::__construct()...

When I want to generate the documentation for my Lumen project with the command : `php artisan apidoc:generate` I just have this error message : ``` In ManagesTransactions.php line 156:...

Hello, I used laravel-apidoc-generator v2 and it extracted the parameters from: /** * Get the validation rules that apply to the request. * * @return array */ public function rules()...

Allow to generate Body Parameters documentation from a json file. Example: ``` /** * Store user * * @bodyParamsFile requests/users.store.json * * @responseFile responses/users.store.json */ ``` I would like to...

My project is consuming api from a laravel rest api using sanctum. Is it possible to authenticate using sanctum and no bearer token ?

The feature allows JSON files being used with @responseFile tags in the doc bloc to replace string content matching @responseFile:path/to/file.json in the content. This reduces duplication and its more inlined...

Hello, I have a lot of route list and when i run this command for generate a docs i got this problem. How to fix this problem. I check all...

It given dependency error check screenshot. ![issue](https://user-images.githubusercontent.com/36656409/84470436-fa29a700-aca0-11ea-9e95-8e57e063cdb0.png)