yhirano55/laravel-database-autodoc

Generate the database document automatically after migrate command.

dev-master 2020-08-10 06:31 UTC

This package is auto-updated.

Last update: 2025-05-10 20:31:35 UTC


README

Introduction

Generate a markdown file which describes all tables schema information after migrate command. It helps you easily check your laravel app database structure.

Installation

$ composer require --dev yhirano55/laravel-database-autodoc

Usage

After installation this package, you become able to execute db:doc artisan command. The db:doc command is to generate a markdown file (database/README.md) which describes all tables schema information like this example. Its command automatically executes after your migrate command.

So you don't need to do anything other than installation.

License

laravel-database-autodoc is open-sourced licensed under the MIT license.