Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Docit Laravel Package

christhompsontldr/laravel-docit

Laravel package that generates and serves project documentation inside your app. Docit helps you organize docs, expose them via routes/views, and keep README-style content accessible for teams without leaving Laravel.

View on GitHub
Deep Wiki
Context7

title: Customization navigation: priority: 40

Customization

Create a docit.json file in your project root to customize the docs site.

Site identity

{
  "siteName": "My Project",
  "githubUrl": "https://github.com/username/repo",
  "editBaseUrl": "https://github.com/username/repo/edit/main"
}

siteName and githubUrl are auto-detected from your project's composer.json if not set explicitly. siteName uses the package name (the part after the vendor prefix in name). githubUrl uses support.source first, falling back to homepage when not set.

Sidebar order and labels

{
  "order": ["index", "installation", "quick-start", "customization"],
  "labels": {
    "index": "Guide",
    "installation": "Installation",
    "quick-start": "Quick Start",
    "customization": "Customization"
  }
}

Custom containers (cards)

Use ::: card and ::: card-grid for card layouts:

::: card-grid
::: card Installation docs/installation
Composer or monorepo. Add the `docit` script and run `composer docit`.
:::
::: card Quick Start docs/quick-start
Build, configure output dir, and deploy.
:::
:::
  • ::: card Title url – A single card. Optional url makes the card a link.
  • ::: card-grid – Wraps cards in a responsive grid (2 cols on sm, 3 on lg).
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor