Download the PHP package christhompsontldr/laravel-docit without Composer
On this page you can find all versions of the php package christhompsontldr/laravel-docit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download christhompsontldr/laravel-docit
More information about christhompsontldr/laravel-docit
Files in christhompsontldr/laravel-docit
Package laravel-docit
Short Description Static site generator for documentation using Markdown and Protocol UI.
License MIT
Homepage https://github.com/ChrisThompsonTLDR/laravel-docit
Informations about the package laravel-docit
Docit – Documentation Static Site Generator
Docit builds Markdown documentation into a static site using Protocol UI. Output goes to a configurable directory (default docs/dist)
—perfect for GitHub Pages, GitLab Pages, or any static hosting.
Docs: christhompsontldr.github.io/laravel-docit
Quick Start
Add a docit script to your repo or package's composer.json:
Composer-installed docit (vendor/christhompsontldr/laravel-docit):
Monorepo (docit at packages/laravel-docit):
Then run:
Or run the bin file directly: php vendor/bin/build-docs when installed via Composer, or php packages/laravel-docit/bin/build-docs in a monorepo.
GitHub Actions Integration
Docit includes a reusable workflow for building and deploying docs. Set repo Settings → Pages → Source to GitHub Actions.
Option A: Reusable workflow (docit in monorepo)
When docit lives at packages/laravel-docit in your repo, add to .github/workflows/docs.yml:
Option B: Composer-installed docit
When docit is installed via Composer, create .github/workflows/docs.yml:
License
The MIT License (MIT). Please see License File for more information.