Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 825 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 825 Bytes

tdt/docs

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