PHPackages                             millancore/ladoc - 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. [CLI &amp; Console](/categories/cli)
4. /
5. millancore/ladoc

ActiveLibrary[CLI &amp; Console](/categories/cli)

millancore/ladoc
================

Console tool for explore Laravel Documentation

v0.0.8(2y ago)12163MITPHPPHP ^8.2

Since Jul 7Pushed 2y ago2 watchersCompare

[ Source](https://github.com/millancore/ladoc)[ Packagist](https://packagist.org/packages/millancore/ladoc)[ RSS](/packages/millancore-ladoc/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (8)Versions (10)Used By (0)

Laravel Documentation for `Console`
===================================

[](#laravel-documentation-for-console)

 [![Ladoc example](https://raw.githubusercontent.com/millancore/lo/main/art/example.png)](https://raw.githubusercontent.com/millancore/lo/main/art/example.png)

 [![GitHub Workflow Status (master)](https://camo.githubusercontent.com/b69a9c47aa2082435fcce1992b066ec0e4ad7783caf1f0989acdae6ebe3b9978/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d696c6c616e636f72652f6c61646f632f746573742e796d6c)](https://github.com/millancore/ladoc/actions) [![Total Downloads](https://camo.githubusercontent.com/03679f80d7e828995c26ec555512582e41fb3dce6b2b56457adcabb29bf84214/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d696c6c616e636f72652f6c61646f63)](https://packagist.org/packages/millancore/ladoc) [![Latest Version](https://camo.githubusercontent.com/e4520a0e4227313fb0770db0c287cf3ccd86fbfa735d8c1ef4fb53e4cea67dc8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d696c6c616e636f72652f6c61646f63)](https://packagist.org/packages/millancore/ladoc) [![License](https://camo.githubusercontent.com/9e974a9a9a995287dd63f2f1649b8820e9cc936265c747921936b9fc38882592/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d696c6c616e636f72652f6c61646f63)](https://packagist.org/packages/millancore/ladoc)

---

**Ladoc** allows you to search and browse Laravel documentation in all its versions.

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

[](#installation)

### Using Composer

[](#using-composer)

**Requires [PHP 8.2](https://php.net/releases/)**

```
composer global require "millancore/ladoc"
```

---

### or Using Docker

[](#or-using-docker)

```
 docker run -td --name ladoc millancore/ladoc
```

Uses:

```
docker exec -it ladoc sh # (and then zz or ladoc)
```

Usage
-----

[](#usage)

> **Tip:** To make it easier to use, create an alias, I usually use `zz`.

### Search

[](#search)

`ladoc  `

```
ladoc blade @once
```

### List all sections

[](#list-all-sections)

simply execute the command without parameters, you will see a list of all the sections (in brackets).

```
ladoc
```

Result:

```
 Main List

• [0] Artisan Console (artisan)
• [1] Authentication (authentication)
• [2] Authorization (authorization)
• [3] Laravel Cashier (Stripe) (billing)
• [4] Blade Templates (blade)
...

```

### Filter Main List

[](#filter-main-list)

To simplify the navigation you can filter main list with '--letter' or `-l` and initial letter.

```
ladoc -lv
```

Result:

```
 Main List | filter: V

• [0] Validation (validation)
• [1] Views (views)

```

### Navigation System

[](#navigation-system)

You can navigate through all sections using the indexes in the list.

```
ladoc 4
```

Result:

```
 Blade Templates

• [0] Introduction (+)
• [1] Displaying Data (+)
• [2] Blade Directives (+)
...

```

and continue in that way

```
ladoc 4 2
```

Result:

```
Blade Directives

In addition to template inheritance and displaying data...

────────────────────────
• [0] If Statements
• [1] Switch Statements
• [2] Loops
• [3] The Loop Variable
...

```

### Using the search with index

[](#using-the-search-with-index)

You can search directly in a section using its index. `ladoc 4 @once` it's equal to `ladoc blade @once`.

### Versions

[](#versions)

Ladoc allows you to search all versions of Laravel, just use `--branch` or `-b` to define the version you want to use.

```
ladoc -b5.2 blade
```

> If no version is set, use the latest one.

---

Ladoc is an open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.8% 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 ~41 days

Recently: every ~72 days

Total

8

Last Release

756d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a75dcd81f1d238107892ce2d9065d971e3add2238f3bb33c83adf0657b967159?d=identicon)[millancore](/maintainers/millancore)

---

Top Contributors

[![millancore](https://avatars.githubusercontent.com/u/1243194?v=4)](https://github.com/millancore "millancore (44 commits)")[![mnaderian](https://avatars.githubusercontent.com/u/30769988?v=4)](https://github.com/mnaderian "mnaderian (1 commits)")

---

Tags

phpcliconsolelaraveldocumentationtool

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/millancore-ladoc/health.svg)

```
[![Health](https://phpackages.com/badges/millancore-ladoc/health.svg)](https://phpackages.com/packages/millancore-ladoc)
```

###  Alternatives

[nunomaduro/collision

Cli error handling for console/command-line PHP applications.

4.6k331.8M8.5k](/packages/nunomaduro-collision)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)[seregazhuk/php-watcher

Automatically restart PHP application once the source code changes

394137.8k4](/packages/seregazhuk-php-watcher)[nunomaduro/laravel-console-summary

A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.

662.0M3](/packages/nunomaduro-laravel-console-summary)

PHPackages © 2026

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