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

This package is auto-updated.

Last update: 2024-04-04 08:06:58 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,