The schema document generator and eloquent model generator for CLI, only.
Use the schemarkdown library.
Download the Release phar file and execute it:
chmod +x schemarkdown.phar
./schemarkdown.phar
Or move into /usr/local/bin
if want globally call:
mv schemarkdown.phar /usr/local/bin/schemarkdown
schemarkdown
See schemarkdown for more information.
Here is example SQL, import MySQL and run following command:
php schemarkdown.phar --config-file=tests/Fixtures/database.php --connection=examples --output-dir=examples
It will generate this Markdown documents.
Clone this repository and run make
command:
make
Use Box to build PHAR file:
box compile
Use -vv
option to see info log.
The MIT License (MIT). Please see License File for more information.