PHPackages                             larafly/apidoc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. larafly/apidoc

ActiveLibrary[API Development](/categories/api)

larafly/apidoc
==============

this is for laravel api document

v1.1.0(10mo ago)4157[3 PRs](https://github.com/larafly/apidoc/pulls)MITPHPPHP ^8.2CI passing

Since Jul 1Pushed 3mo agoCompare

[ Source](https://github.com/larafly/apidoc)[ Packagist](https://packagist.org/packages/larafly/apidoc)[ Docs](https://github.com/larafly/apidoc)[ GitHub Sponsors](https://github.com/apidoc)[ RSS](/packages/larafly-apidoc/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (5)Used By (0)

[![Laravel Apidoc](https://camo.githubusercontent.com/47ba94fe72ad037f451ee322570d070c3e11c7a322e71642bbba25deb41428b0/68747470733a2f2f617069646f632e70702d6c616e672e746563682f6c6f676f2e706e67)](https://apidoc.pp-lang.tech)

Laravel Apidoc
==============

[](#laravel-apidoc)

[中文文档](README_zh_CN.md)
-----------------------

[](#中文文档)

Laravel Apidoc is an API documentation generation tool based on [Laravel](https://laravel.com/).

Installation
------------

[](#installation)

Install via Composer:

```
composer require larafly/apidoc
```

Run the following command to install the documentation tool:

```
php artisan apidoc:install
```

Now you can access `Laravel Apidoc` at `http://localhost:8000/apidoc` in your application.

Configuration File
------------------

[](#configuration-file)

Publish the configuration file:

```
php artisan vendor:publish --tag=larafly-apidoc
```

Explanation of the `larafly-apidoc.php` file:

```
