Looking to hire Laravel developers? Try LaraJobs

laravel-database-autodoc maintained by yhirano55

Description
Generate the database document automatically after migrate command.
Last update
2020/08/10 08:31 (dev-master)
License
Links
Downloads
315

Comments
comments powered by Disqus

laravel-database-autodoc

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.