---
title: "Version-Controlled Documentation Inside Your Laravel App with Laradocs"
url: https://daily.dev/posts/version-controlled-documentation-inside-your-laravel-app-with-laradocs-jk21vslab
source_url: https://laravel-news.com/version-controlled-documentation-inside-your-laravel-app-with-laradocs
type: article
source: "Laravel News"
published: 2026-06-11T13:51:36.137Z
updated: 2026-08-24T06:51:42.336Z
tags: ["php", "laravel", "markdown"]
reading_time: 3
upvotes: 45
comments: 8
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Version-Controlled Documentation Inside Your Laravel App with Laradocs

**[Laravel News](https://daily.dev/sources/ln)** · 3 min read · 45 upvotes · 8 comments

## Summary

Laradocs is a Laravel package that turns markdown files stored alongside your code into a fully rendered documentation site at /docs. Key features include folder-based navigation, YAML front-matter metadata for routing and ordering, CommonMark-powered markdown rendering with GitHub-flavored extensions, reusable variables and macros via a service provider, smart file-change-aware caching, and automatic SEO meta tags with sitemap generation. It supports PHP 8.2+ and Laravel 11–13.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/version-controlled-documentation-inside-your-laravel-app-with-laradocs>

## Community discussion

Top comments from developers on daily.dev.

**@phpnode** · 1 upvotes

> laravel will be mostly used framework in next decade

**@brunodebrito** · 0 upvotes

> most, fore

**@brunodebrito** · 0 upvotes

> best frame

**@luisferfranco** · 0 upvotes

> Great package... are you planning on adding icons? Front matter seems to indicate it, but I have no idea on how to use them

---

Tags: [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel), [#markdown](https://daily.dev/tags/markdown)

[View this post on daily.dev](https://daily.dev/posts/version-controlled-documentation-inside-your-laravel-app-with-laradocs-jk21vslab)
