unisharp/doc-us
A MySQL Schema Documantation Generator for Laravel
Maintainers
v1.3.0
2018-02-22 10:01 UTC
Requires
- illuminate/database: >5.3
- illuminate/support: >5.3
Requires (Dev)
- mockery/mockery: ^0.9.6
- phpunit/phpunit: ^5.6
- vlucas/phpdotenv: ^2.4
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 8175acac629a92ff7245a3f8a4f53ee4b9a4a752
- UniSharp Ltd. <unisharp-service.woop@unisharp.com>
README
π Latest Stable Version
π Total Downloads
π License
Doc Us
A MySQL Schema Documentation Generator for Laravel.
Installation
- Require this package with composer:
composer require unisharp/doc-us
- Add
ENABLE_DOC_USin.env(Default is disable)
ENABLE_DOC_US=true
- 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.
'providers' => [ /* ... */ UniSharp\DocUs\DocUsServiceProvider::class, /* ... */ ];
Usage
Output format
Supported Formats
- html
- markdown
- json
exclude special table
Using comma to separate multiple table.
like
Demo
HTML
Markdown
Json
Test
vendor/bin/phpunit tests
License
The DocUs released under MIT license.
