A MySQL Schema Documantation Generator for Laravel.
- Require this package with composer:
composer require unisharp/doc-us- After updating composer, add the ServiceProvider to the providers array in
config/app.php:
'providers' => [
/* ... */
UniSharp\DocUs\DocUsServiceProvider::class,
/* ... */
];http://{host}/schema?format={supported-format}&pretty={option}
Supported Formats
- html
- markdown
- json (option)
Option (json format only)
- true
- false
./vendor/bin/phpunit tests
The DocUs released under MIT license.


