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: Installation navigation: priority: 10 hidden: true

Installation

Composer

composer require christhompsontldr/laravel-docit

Monorepo

Place the docit package at packages/laravel-docit in your repo. Add it as a path repository in your root composer.json:

{
  "repositories": [
    {
      "type": "path",
      "url": "packages/laravel-docit"
    }
  ],
  "require": {
    "christhompsontldr/laravel-docit": "[@dev](https://github.com/dev)"
  }
}

Then run composer update christhompsontldr/laravel-docit.

Add the docit script

Add a docit script to your repo's composer.json so you can run composer docit:

Composer-installed:

{
  "scripts": {
    "docit": "php vendor/bin/build-docs"
  }
}

Monorepo (docit at packages/laravel-docit):

{
  "scripts": {
    "docit": "php packages/laravel-docit/bin/build-docs"
  }
}
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