vinhnt / databasedocs
There is no license information available for the latest version (dev-main) of this package.
dev-main
2024-01-04 07:42 UTC
Requires
- beyondcode/laravel-er-diagram-generator: ^2.0
- doctrine/dbal: ^3.6
- maatwebsite/excel: ^3.1
This package is auto-updated.
Last update: 2025-04-04 10:11:07 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,