Download the PHP package unisharp/doc-us without Composer
On this page you can find all versions of the php package unisharp/doc-us. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download unisharp/doc-us
More information about unisharp/doc-us
Files in unisharp/doc-us
Download unisharp/doc-us
More information about unisharp/doc-us
Files in unisharp/doc-us
Vendor unisharp
Package doc-us
Short Description A MySQL Schema Documantation Generator for Laravel
License MIT
Package doc-us
Short Description A MySQL Schema Documantation Generator for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package doc-us
Doc Us
A MySQL Schema Documentation Generator for Laravel.
Installation
-
Require this package with composer:
-
Add
ENABLE_DOC_US
in.env
(Default is disable) - Add the ServiceProvider to the providers array in
config/app.php
:
If you are using Laravel 5.5 or newer, you don’t need to do this step.
Usage
Output format
http://{host}/schema?format={supported-format}
Supported Formats
- html
- markdown
- json
exclude special table
http://{host}/schema?exclude={special-table}
Using comma to separate multiple table.
like
http://{host}/schema?exclude={table1},{table2}
Demo
HTML
Markdown
Json
Test
License
The DocUs released under MIT license.
All versions of doc-us with dependencies
PHP Build Version
Package Version
The package unisharp/doc-us contains the following files
Loading the files please wait ....