core maintained by codex
Description
The core package for codex. This is the minimum required package to get codex up and running.
Author
Last update
2017/03/25 16:47 (dev-feature/structure)
License
Downloads
179
Tags
Last update
2017/03/25 16:47
License
Require
- php >=5.5.9
- laradic/support ~1.0.1
- laradic/service-provider ~1.0
- laradic/filesystem ~1.0
- laradic/annotation-scanner ~1.0
- illuminate/contracts ~5.0
- symfony/yaml ~2.7|~3.0
- vierbergenlars/php-semver 3.0.*
- nicmart/tree 0.2.*
- radic/blade-extensions ~7.0
- vlucas/phpdotenv ^2.2
- illuminate/view ~5.0
- illuminate/log ~5.0
- illuminate/cache ~5.0
- cebe/markdown ~1.1
- league/uri ~4.1
- fluentdom/fluentdom ~5.3
Last update
2017/03/20 14:37
License
Require
- php >=5.5.9
- laradic/support ~1.0.1
- laradic/service-provider ~1.0
- laradic/filesystem ~1.0
- laradic/annotation-scanner ~1.0
- illuminate/contracts ~5.0
- symfony/yaml ~2.7|~3.0
- vierbergenlars/php-semver 3.0.*
- nicmart/tree 0.2.*
- radic/blade-extensions ~7.0
- vlucas/phpdotenv ^2.2
- illuminate/view ~5.0
- illuminate/log ~5.0
- illuminate/cache ~5.0
- cebe/markdown ~1.1
- league/uri ~4.1
- fluentdom/fluentdom ~5.3
Last update
2017/03/20 14:19
License
Require
- php >=5.5.9
- vierbergenlars/php-semver 3.0.*
- nicmart/tree 0.2.*
- illuminate/contracts ~5.0
- symfony/yaml ~2.7|~3.0
- vlucas/phpdotenv ^2.2
- illuminate/view ~5.0
- illuminate/log ~5.0
- illuminate/cache ~5.0
- cebe/markdown ~1.1
- league/uri ~4.1
- fluentdom/fluentdom ~5.3
- laradic/filesystem ~1.0
- laradic/service-provider ~1.0
- laradic/annotation-scanner ~1.0
- laradic/support ~1.0.1
- radic/blade-extensions ~7.0
Last update
2016/07/04 16:09
License
Require
- php >=5.5.9
- sebwite/support 2.0.*
- sebwite/filesystem 1.0.*
- illuminate/contracts ~5.0
- symfony/yaml ~2.7|~3.0
- vierbergenlars/php-semver 3.0.*
- nicmart/tree 0.2.*
- radic/blade-extensions ~6.2.3
- doctrine/common ~2.6
- doctrine/annotations ~1.2
- vlucas/phpdotenv ^2.2
- illuminate/view ~5.0
- illuminate/log ~5.0
- illuminate/cache ~5.0
- cebe/markdown ~1.1
- league/uri ~4.1
- fluentdom/fluentdom ~5.3
comments powered by Disqus
title: Overview subtitle: Codex Documentation
Codex Documentation
Head over to codex-project.ninja for the full documentation (starting with this document) to get started.
Introduction
Codex is a file-based documentation platform built on top of Laravel. It's completely customizable and dead simple to use to create beautiful documentation.
Codex is able to do things like transforming markdown or automaticaly fetching documentation from a Bitbucket/Github repositories. Most of it's features are provided by addons. Codex is extenable, themeable, hackable and simple to setup and use.
Codex > Projects > Revisions > Documents > Processors > Output
- Codex can provide documentation for multiple Projects.
- Each Project has one or more Revisions (versions)
- Each Revision contains Documents.
- Each Document is passed trough Processors, modifying it's content before displaying.
Features
- Laravel 5
- Markdown, Creole or custom document parsers
- Host a unlimited number of projects/manuals with accompanying versions
- Extenable, themeable, hackable
- Simple to setup and use
- Syntax Highlighting
- Easy navigation defined in YAML
- SEO Friendly URLs
- Default theme build on Laravels theme
- Multiple storage methods (local, dropbox, amazon, etc)
- Can be installed as stand-alone or sub-component in your own (Laravel) project.
- (Addon Feature) Github/Bitbucket (auto webhook) synchronisation based on tags/branches.
- (Addon Feature) Smooth working, custom PHPDoc integration
- (Addon Feature) Access restriction on projects using Github/Bitbucket login
- Much, much more!
Copyright/License
Copyright 2019 Robin Radic - MIT Licensed