Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 537 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 537 Bytes

Important

This project has been migrated to https://gitlab.com/portlandlabs/community-stack/api-documentation

Installation

This will take a long time the first time as it clones the entire concrete5/concrete5 repository.

composer install

.env

Copy .env.dist to .env and change BASE_URL.

Generating docs

First parse all versions and files:

php vendor/bin/doctum.php parse --quiet config.php

Then render the documentation:

php vendor/bin/doctum.php render --quiet config.php