yhirano55 / laravel-database-autodoc
Generate the database document automatically after migrate command.
Installs: 315
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 0
Open Issues: 1
pkg:composer/yhirano55/laravel-database-autodoc
Requires
- php: ^7.1
- laravel/framework: >=5.7
This package is auto-updated.
Last update: 2025-10-10 21:27:25 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.