LaravelPackages.net
Acme Inc.
Toggle sidebar
omid-zahed/laravel-request-docs

Automatically generate Laravel docs from request rules, controllers and routes

1.861
0
About omid-zahed/laravel-request-docs

omid-zahed/laravel-request-docs is a Laravel package for automatically generate laravel docs from request rules, controllers and routes. It currently has 0 GitHub stars and 1.861 downloads on Packagist. Install it with composer require omid-zahed/laravel-request-docs. Discover more Laravel packages by omid-zahed or browse all Laravel packages to compare alternatives.

Last updated

Laravel Docs Generator

Automatically generate api documentation for Laravel without writing annotations.

Read more: https://medium.com/web-developer/laravel-automatically-generate-api-documentation-without-annotations-a-swagger-alternative-e0699409a59e

Requirements

| Lang | Version | | :------ | :--------- | | PHP | 7.4 or 8.0 | | Laravel | 6.* or 8.* |

Installation

You can install the package via composer:

composer require rakutentech/laravel-request-docs --dev

You can publish the config file with:

php artisan vendor:publish --tag=request-docs-config

Usage

View in the browser on /request-docs/

or generate a static HTML

php artisan lrd:generate

Docs HTML is generated inside docs/.

Design pattern

In order for this plugin to work, you need to follow the design pattern by injecting the request class inside the controller. For extra documentation you can use markdown inside your controller method as well.

Design pattern

Screenshots

Generated API documentation

Preview

Try API

Preview

Testing

./vendor/bin/phpunit

Changelog

  • Initial Release

Star History Chart