Skip to content
Docent Docs
Documentation

Give your Laravel app a guide

Docent is a beautiful, fast, searchable documentation site that lives inside your Laravel application and participates in it.

Docent installs a polished documentation site inside your Laravel application. It reads Markdown from your repository, renders it through your app's runtime, and serves it at /docs with search, dark mode, and syntax highlighting. There's no build step and no separate service to run.

Everything you're reading right now is served by Docent. The search palette (⌘K) filters results by permission on the server, and the examples on the authoring pages are rendered live by the same engine that renders this sentence.