huszerldani/laravel-db-doc

Generate Database documentation in markdown

Maintainers

Package info

github.com/huszerldani/laravel-db-doc

pkg:composer/huszerldani/laravel-db-doc

Statistics

Installs: 1 495

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.3 2021-10-14 10:44 UTC

This package is not auto-updated.

Last update: 2026-03-27 08:53:15 UTC


README

With this package you can easily create a markdown database documentation

Tested on Laravel 6, 7, 8

Installing

composer require huszerldani/laravel-db-doc

Before generating your documentation, please check the DB_DATABASE env variable

Publishing config and view file

You can modify the configuration file or the view file to generate unique documentation.

To copy the config file (db_doc.php) and the view file (views/vendor/db_doc/database_doc.blade.php), please use the vendor publish artisan command:

php artisan vendor:publish

Generating documentation

php artisan db-doc:generate