Skip to content

wordish/api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is the code used to generate the API docs for concrete5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 63.8%
  • Twig 28.0%
  • CSS 8.2%