vinhnt / databasedocs
Installs: 73
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/vinhnt/databasedocs
Requires
- beyondcode/laravel-er-diagram-generator: ^2.0
- doctrine/dbal: ^3.6
- maatwebsite/excel: ^3.1
This package is auto-updated.
Last update: 2025-10-04 11:08:55 UTC
README
This package requires the graphviz
tool.
You can install Graphviz on MacOS via homebrew:
brew install graphviz
Or, if you are using Homestead:
sudo apt-get install graphviz
To install Graphviz on Windows, download it from the official website.
Installation
You can install the package via composer:
composer require vinhnt/databasedocs:dev-main --dev
You need to add the following to config\app.php
:
\\ Register Service Providers Vinhnt\Databasedocs\Providers\DatabaseDocsServiceProvider::class,