PHPackages                             appwise-labs/laravel-docs - 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. appwise-labs/laravel-docs

AbandonedArchivedLaravel[API Development](/categories/api)

appwise-labs/laravel-docs
=========================

OpenApi documentation for Laravel projects with web viewer

v0.1.3(3y ago)02.9k↓66.7%MITBladePHP &gt;=8.0.2

Since Jul 5Pushed 3y ago2 watchersCompare

[ Source](https://github.com/appwise-labs/laravel-docs)[ Packagist](https://packagist.org/packages/appwise-labs/laravel-docs)[ RSS](/packages/appwise-labs-laravel-docs/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

Laravel docs package
====================

[](#laravel-docs-package)

Introduction
------------

[](#introduction)

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

[](#installation)

Require the package with Composer:

```
composer require appwise-labs/laravel-docs
```

**This packages uses Laravel's autodiscovery**:

If this doesn't work correctly for some reason, you can manually add the ServiceProvider to your `config/app.php`.

```
'providers' => [
    //...
    AppwiseLabs\LaravelDocs\LaravelDocsServiceProvider::class
];
```

Finally, publish the default config file `config/laravel-docs.php` using

```
php artisan laravel-docs:install

```

or

```
php artisan vendor:publish --provider="AppwiseLabs\LaravelDocs\LaravelDocsServiceProvider" --tag="config"

```

Usage
-----

[](#usage)

### Basic usage

[](#basic-usage)

Put your openapi.yaml file in `resources/docs/openapi.yaml` and run This path can be changed using the `config/laravel-docs.php` config file. The default route to view your docs is `/docs`.

### Gate

[](#gate)

By default, the docs are only accessible in the local environment. You can change this by using the gate `canViewDocs` in your `App\Providers\AuthServiceProvider` file. For example:

```
Gate::define('canViewDocs', function ($user = null) {
    return true;
});
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

1095d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/56656dc2a0ebd88610dddfea188717ab617319fa8791455e3f8142cac76e4473?d=identicon)[bertbijnens](/maintainers/bertbijnens)

### Embed Badge

![Health badge](/badges/appwise-labs-laravel-docs/health.svg)

```
[![Health](https://phpackages.com/badges/appwise-labs-laravel-docs/health.svg)](https://phpackages.com/packages/appwise-labs-laravel-docs)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M992](/packages/statamic-cms)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M738](/packages/sylius-sylius)[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

3.0k37.6M133](/packages/darkaonline-l5-swagger)[knuckleswtf/scribe

Generate API documentation for humans from your Laravel codebase.✍

2.3k14.2M62](/packages/knuckleswtf-scribe)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
