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.
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.
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