Package Data | |
---|---|
Maintainer Username: | storyn26383 |
Maintainer Contact: | unisharp-service@unisharp.com (UniSharp Ltd.) |
Package Create Date: | 2017-01-25 |
Package Last Update: | 2019-01-30 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:11:32 |
Package Statistics | |
---|---|
Total Downloads: | 13,917 |
Monthly Downloads: | 209 |
Daily Downloads: | 7 |
Total Stars: | 37 |
Total Watchers: | 13 |
Total Forks: | 6 |
Total Open Issues: | 3 |
A MySQL Schema Documentation Generator for Laravel.
composer require unisharp/doc-us
ENABLE_DOC_US
in .env
(Default is disable)ENABLE_DOC_US=true
config/app.php
:If you are using Laravel 5.5 or newer, you don’t need to do this step.
'providers' => [
/* ... */
UniSharp\DocUs\DocUsServiceProvider::class,
/* ... */
];
http://{host}/schema?format={supported-format}
Supported Formats
http://{host}/schema?exclude={special-table}
Using comma to separate multiple table.
like
http://{host}/schema?exclude={table1},{table2}
vendor/bin/phpunit tests
The DocUs released under MIT license.