PHPackages                             it-devgroup/laravel-developer-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. it-devgroup/laravel-developer-docs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

it-devgroup/laravel-developer-docs
==================================

laravel developer docs

1.0.0(4y ago)048MITPHPPHP ^7.4|^8.0

Since Dec 17Pushed 4y ago2 watchersCompare

[ Source](https://github.com/it-devgroup/laravel-developer-docs)[ Packagist](https://packagist.org/packages/it-devgroup/laravel-developer-docs)[ RSS](/packages/it-devgroup-laravel-developer-docs/feed)WikiDiscussions 1.x Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Install for Lumen
-----------------

[](#install-for-lumen)

**1.** Open file `bootstrap/app.php` and add new service provider

```
$app->register(\ItDevgroup\LaravelDeveloperDocs\Provider\DeveloperDocsServiceProvider::class);

```

Uncommented strings

```
$app->withFacades();

```

Added after **$app-&gt;configure('app');**

```
$app->configure('developer_docs');

```

**2.** Run commands

For creating config file

```
php artisan developer:docs:publish  --tag=config

```

Install for laravel
-------------------

[](#install-for-laravel)

**1.** Open file **config/app.php** and search

```
    'providers' => [
        ...
    ]

```

Add to section

```
        \ItDevgroup\LaravelDeveloperDocs\Provider\DeveloperDocsServiceProvider::class,

```

Example

```
    'providers' => [
        ...
        \ItDevgroup\LaravelDeveloperDocs\Provider\DeveloperDocsServiceProvider::class,
    ]

```

**2.** Run commands

For creating config file

```
php artisan vendor:publish --provider="ItDevgroup\LaravelDeveloperDocs\Provider\DeveloperDocsServiceProvider" --tag=config

```

ENV variables
-------------

[](#env-variables)

File .env

Enable documentation (1 - enabled, 0 - disabled)

```
DEVELOPER_DOCS_ENABLE=1

```

Route for documentation (default: http://{{HOST}}/developer-docs). Need to remove env if default path doesn't change

```
DEVELOPER_DOCS_ROUTE_PREFIX=developer-docs

```

Create documentation files
--------------------------

[](#create-documentation-files)

Default folder: developer-docs

1. in the main folder and all child folders, there should always be a file `index.html`
2. each folder is a category which should always have an index.html file
3. all files must contain a title tag on the first line, 2 and further lines must be content
4. all links to internal pictures and internal pages of the documentation must be indicated relative to the root folder of the documentation

Example file structure:

- /developer-docs/index.html
- /developer-docs/about.html
- /developer-docs/other.html
- /developer-docs/migration/index.html
- /developer-docs/migration/seeds.html
- /developer-docs/controller/index.html
- /developer-docs/controller/resource.html
- /developer-docs/controller/context/index.html
- /developer-docs/controller/context/api.html
- /developer-docs/controller/context/dashboard.html

Example file content:

```
Main
text

Internal link
External link

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

2

Last Release

1659d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35729675?v=4)[it-devgroup](/maintainers/it-devgroup)[@it-devgroup](https://github.com/it-devgroup)

![](https://avatars.githubusercontent.com/u/17120176?v=4)[gavoronok30](/maintainers/gavoronok30)[@gavoronok30](https://github.com/gavoronok30)

---

Top Contributors

[![gavoronok30](https://avatars.githubusercontent.com/u/17120176?v=4)](https://github.com/gavoronok30 "gavoronok30 (1 commits)")

---

Tags

laraveldocumentationlumendocsit-devgroupdeveloper-docs

### Embed Badge

![Health badge](/badges/it-devgroup-laravel-developer-docs/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[api-platform/laravel

API Platform support for Laravel

58170.8k14](/packages/api-platform-laravel)[zidbih/laravel-deadlock

Make temporary Laravel workarounds expire and fail CI when ignored.

985.4k](/packages/zidbih-laravel-deadlock)

PHPackages © 2026

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