| 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: | 2025-11-02 15:07:33 |
| Package Statistics | |
|---|---|
| Total Downloads: | 20,104 |
| Monthly Downloads: | 420 |
| Daily Downloads: | 13 |
| Total Stars: | 38 |
| Total Watchers: | 12 |
| 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.