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

The `apidoc::partials.info` partial contains the link to Postman generated documentation, but it always outputs the link at `/docs/collection.json`, no matter the actual output folder that's configured. This bugfix should output...

Looking through the docs and the code, it doesn't appear that we're allowed to overwrite the text in the info block via config. It would be great if we could...

Hi, This package does not seem to work with PHP 8 since match is now a reserved keyword. ![image](https://user-images.githubusercontent.com/5067135/105606347-21993400-5d99-11eb-846a-040bf9fe2a3a.png)

Problem 1 - mpociot/laravel-apidoc-generator v4.x-dev requires ramsey/uuid ^3.8 -> found ramsey/uuid[3.8.0, ..., 3.x-dev] but the package is fixed to 4.1.1 (lock file version) by a partial update and that version...

Generating API HTML code ErrorException copy(resources/docs/js/all.js): failed to open stream: No such file or directory at vendor/mpociot/laravel-apidoc-generator/src/Writing/Writer.php:266 ``` 262| mkdir($publicPath, 0777, true); 263| mkdir("{$publicPath}/css"); 264| mkdir("{$publicPath}/js"); 265| } -> 266|...

Updating mpociot/documentarian requirement for Laravel 8.0 upgrade. Please kindly review. Cheers.

Adds support for @header tags

Hi, Would be need to update the composer.json? https://laracasts.com/discuss/channels/general-discussion/package-fzaninottofaker-is-abandoned-you-should-avoid-using-it-no-replacement-was-suggested Regards,

Create in config new value for set description of menu Info.