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 1mo ago

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 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

1613d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92de536ed594c6be4260fea058f064d39e6469361caab16edb28cdfa83980294?d=identicon)[it-devgroup](/maintainers/it-devgroup)

![](https://www.gravatar.com/avatar/a83316c2868275f482641be89e75cf35b30c0c2a304ff59ebc5117dc33b42f10?d=identicon)[gavoronok30](/maintainers/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

[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[ans-group/laravel-health-check

A package for checking the health of your Laravel/Lumen applications.

167930.0k2](/packages/ans-group-laravel-health-check)[kra8/laravel-snowflake

Snowflake for Laravel and Lumen.

188402.3k6](/packages/kra8-laravel-snowflake)[glhd/conveyor-belt

14797.0k](/packages/glhd-conveyor-belt)[dragon-code/pretty-routes

Pretty Routes for Laravel

10058.7k4](/packages/dragon-code-pretty-routes)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)

PHPackages © 2026

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