Laravel Apidoc Generator

Laravel API Documentation Generator
Alternatives To Laravel Apidoc Generator
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Laravel Apidoc Generator3,342124263 months ago102May 28, 202054mitPHP
Laravel API Documentation Generator
Larecipe2,12330114 months ago33March 25, 202225mitPHP
🍪 Write gorgeous documentation for your products using Markdown inside your Laravel app.
Laravel Filesystem Qiniu46471144 months ago10February 17, 20221PHP
A Qiniu Storage filesystem for Laravel
Flysystem Qcloud Cos V514394a year ago36March 27, 20221mitPHP
💾 Flysystem Adapter for Tencent Cloud COS V5
Idoc106
5 months ago8February 03, 202111mitPHP
📒📚Generate beautiful interactive documentation and Open-API 3.0 spec file from your existing Laravel app.
Adoc97
2 years ago20PHP
📄🖊轻松的的 API MD文档编写工具
Sarala95
4 years ago23January 14, 20199mitJavaScript
Javascript library to communicate with RESTful API built following JSON API specification. inspired by Laravel’s Eloquent
Laravel Api Starter85
5 years agomitPHP
laravel5.5 + dingo/api + JWT
Laravel Filesystem Cos60
4 months ago8April 24, 2022mitPHP
Tencent Cloud COS storage for Laravel based on overtrue/flysystem-cos.
Laravel 5.5 Lumen 5.5 With Oauth227
5 years ago4PHP
Alternatives To Laravel Apidoc Generator
Select To Compare


Alternative Project Comparisons
Readme

Laravel API Documentation Generator

Automatically generate your API documentation from your existing Laravel/Lumen/Dingo routes.

php artisan apidoc:generate

Latest Stable VersionTotal Downloads License codecov.io Scrutinizer Code Quality Build Status StyleCI

Installation

PHP 7.2 and Laravel/Lumen 5.7 or higher are required.

If your application does not meet these requirements, you can check out the 3.x branch for older releases.

composer require --dev mpociot/laravel-apidoc-generator

Laravel

Publish the config file by running:

php artisan vendor:publish --provider="Mpociot\ApiDoc\ApiDocGeneratorServiceProvider" --tag=apidoc-config

This will create an apidoc.php file in your config folder.

Lumen

  • When using Lumen, you will need to run composer require mpociot/laravel-apidoc-generator instead.
  • Register the service provider in your bootstrap/app.php:
$app->register(\Mpociot\ApiDoc\ApiDocGeneratorServiceProvider::class);
  • Copy the config file from vendor/mpociot/laravel-apidoc-generator/config/apidoc.php to your project as config/apidoc.php. Then add to your bootstrap/app.php:
$app->configure('apidoc');

Documentation

Check out the documentation at the Beyond Code homepage.

License

The Laravel API Documentation Generator is free software licensed under the MIT license.

Popular Laravel Projects
Popular Api Documentation Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Laravel
Postman
Api Documentation
Apidoc
Lumen