Drop .md files into your Laravel app. One Artisan command later — a fully rendered, cached, and searchable documentation site. No Node.js, no database, no configuration.
Features
Servera Manual is opinionated about simplicity. Every feature is designed to stay out of your way while delivering a production-quality documentation experience.
@image/ from any page depth — no relative paths to maintain.{{ }} expressions. Links resolve at render time — always correct, refactor-safe.How it works
No build pipeline to configure, no tooling to install. Just Markdown files and one Artisan command standing between you and a production-quality documentation site.
.md files anywhere inside your source directory. The directory structure becomes the sidebar automatically. Add optional YAML front matter to customize titles, order, and URLs per page./manual in your browser. Sidebar navigation, breadcrumbs, prev/next links, syntax-highlighted code, full-text search — all ready, all from your Markdown files.In practice
Write a Markdown file with optional front matter on the left. On the right, what Servera Manual automatically generates — navigation, breadcrumbs, prev/next, search, and syntax highlighting.
/manual — your docs are live.Configuration
Publish the config file when you need to change something. Everything has a default that works without touching it — including the source path, cache, middleware, and search endpoint.
One package, one command, zero configuration. Your Laravel app already has everything it needs to serve beautiful documentation.