Download the PHP package bekwoh/laravel-db-doc without Composer
On this page you can find all versions of the php package bekwoh/laravel-db-doc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bekwoh/laravel-db-doc
More information about bekwoh/laravel-db-doc
Files in bekwoh/laravel-db-doc
Package laravel-db-doc
Short Description Generate Database Schema Documentation
License MIT
Homepage https://github.com/cleaniquecoders/laravel-db-doc
Informations about the package laravel-db-doc
Generate Database Schema Documentation
A package to provide you easy way to generate Markdown / JSON format of database schema. Viewable in non-production environment at your http://domain.com/doc/db-schema
.
Installation
You can install the package via composer:
Add the following in your route file:
You can publish the config file with:
Optionally, you can publish the views using
Usage
To generate database schema in Markdown format:
To generate database schema in JSON format:
To generate database schema for specific connection:
To generate output to specific storage, add in .env
:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Nasrul Hazim Bin Mohamad
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-db-doc with dependencies
doctrine/dbal Version ^3.4
illuminate/contracts Version ^9.0 | ^10.0 | ^11.0
spatie/laravel-package-tools Version ^1.14.0