yhirano55 / laravel-database-autodoc
Generate the database document automatically after migrate command.
Package info
github.com/yhirano55/laravel-database-autodoc
pkg:composer/yhirano55/laravel-database-autodoc
Requires
- php: ^7.1
- laravel/framework: >=5.7
This package is auto-updated.
Last update: 2026-03-10 22:36:02 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.