PHPackages                             desilva/lagrafo - 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. desilva/lagrafo

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

desilva/lagrafo
===============

To the point documentation app generator for Laravel.

v0.2.0-beta(4y ago)43MITPHPPHP ^8.0.2

Since Apr 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/caendesilva/lagrafo)[ Packagist](https://packagist.org/packages/desilva/lagrafo)[ Docs](https://github.com/caendesilva/lagrafo)[ RSS](/packages/desilva-lagrafo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (5)Used By (0)

Lagrafo, for when you just want some documentation.
===================================================

[](#lagrafo-for-when-you-just-want-some-documentation)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c85d19aad6c5a16a116b9574043778509d1ed8515cffd7d0010fb8c783324d2c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f646573696c76612f6c61677261666f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/desilva/lagrafo)[![Total Downloads](https://camo.githubusercontent.com/f01a230b2f9a194625092111e90992e8910629a27405c8cac88fb23994fb98ef/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f646573696c76612f6c61677261666f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/desilva/lagrafo)[![GitHub Actions](https://github.com/caendesilva/lagrafo/actions/workflows/main.yml/badge.svg)](https://github.com/caendesilva/lagrafo/actions/workflows/main.yml/badge.svg)

[![jsDelivr hits (GitHub)](https://camo.githubusercontent.com/794ee7374bc4a142a0bea54a75067a4a8600ce603f375c3102397d37a8c64cf0/68747470733a2f2f696d672e736869656c64732e696f2f6a7364656c6976722f67682f686d2f6361656e646573696c76612f6c61677261666f)](https://camo.githubusercontent.com/794ee7374bc4a142a0bea54a75067a4a8600ce603f375c3102397d37a8c64cf0/68747470733a2f2f696d672e736869656c64732e696f2f6a7364656c6976722f67682f686d2f6361656e646573696c76612f6c61677261666f)

> **Important** I'm #CodingInPublic, this is not at all ready for production use.

Lagrafo is a simple to the point, documentation site package for Laravel, built to just get some damn documentation without any fuss, configuration, or code.

The package is opinionated and may not suit your needs. I originally created it for my own use, and don't intend to spending a lot of time on adding an extensive feature set to it. If you want a more robust and highly customizable static documentation site, check ouy my other project, HydePHP at [hydephp.github.io](https://hydephp.github.io/)!

> This package is still in development and is not suited for production use. Versions in the v0.x range have no backwards-compatibility guarantees.

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

[](#installation)

You can install the package via composer:

```
composer require desilva/lagrafo
```

### Frontend Assets

[](#frontend-assets)

The frontend styles and scripts are served through the jsDelivr CDN. They are added here for reference, but are already included in the layout.

```

```

Usage
-----

[](#usage)

Place markdown files in the `resources/docs` directory, and access them through the `/docs/` route.

Lagrafo does not really offer any customization options, though you can override the automatic sidebar order and labels using optional front matter.

About
-----

[](#about)

### Features

[](#features)

- Markdown documentation files are automatically discovered
- Automatic sidebar
- No configuration
- Laravel powered routing
- Lightweight frontend
- Basic search feature that can return API results

### Screenshot

[](#screenshot)

[![Screenshot](https://user-images.githubusercontent.com/95144705/165140594-98bbee16-b121-4a82-b8cb-5e39be44afa0.png)](https://user-images.githubusercontent.com/95144705/165140594-98bbee16-b121-4a82-b8cb-5e39be44afa0.png)

Resources
---------

[](#resources)

### Contributing

[](#contributing)

Feel free to fork the project and submit pull requests! I'd love to get proper tests in place, if that's something you're interested in.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

### Credits

[](#credits)

- [Caen De Silva](https://github.com/desilva)
- [All Contributors](../../contributors)

### License

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

4

Last Release

1474d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/71ba01b4aa7fbc633c6fe6630b573400b40928d79574b657eb8d45524ca28aa0?d=identicon)[caendesilva](/maintainers/caendesilva)

---

Top Contributors

[![emmadesilva](https://avatars.githubusercontent.com/u/95144705?v=4)](https://github.com/emmadesilva "emmadesilva (100 commits)")

---

Tags

laraveldocsdesilvalagrafo

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/desilva-lagrafo/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)

PHPackages © 2026

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