tdt/docs

The datatank documentation.

Maintainers

Details

github.com/tdt/docs

Source

Issues

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 7

Open Issues: 3

Language:CSS

v1.0.0 2014-02-11 14:01 UTC

This package is not auto-updated.

Last update: 2024-03-23 14:36:57 UTC


README

This repository holds a Laravel based website that contains all of the documentation for the datatank packages starting from version 4.0. The pages are all created in markdown this makes it so that anyone can adjust the documentation where he sees fit.

Installation

Composer

As with most modern PHP web applications, this project can be installed using composer. Once you have composer installed you can install the datatank docs with the following command:

$ composer create-project tdt/docs

After that a composer update command - composer update - is adviced.

Alternative

You can also clone this git repository to your machine, however composer commands will still be necessary to install the dependencies:

$ composer install
$ composer update